harmankardon
Registered User.
- Local time
- Today, 19:13
- Joined
- Aug 8, 2011
- Messages
- 71
Hello all,
I am using the following code to store BLOBs in a linked table (SQL Server 2000):
http://support.microsoft.com/kb/210486
This code works great for files up to 40MB or so (haven't been able to determine the exact limit). When I try to use it for files around 60-70MB I get the following error: Run-time Error '3155' ODBC--insert on a linked table failed
This error occurs on the T.Update line in the above code.
Again, it works great for files smaller than 40MB, but craps out on me on anything larger.
Any ideas?
I am using the following code to store BLOBs in a linked table (SQL Server 2000):
http://support.microsoft.com/kb/210486
This code works great for files up to 40MB or so (haven't been able to determine the exact limit). When I try to use it for files around 60-70MB I get the following error: Run-time Error '3155' ODBC--insert on a linked table failed
This error occurs on the T.Update line in the above code.
Again, it works great for files smaller than 40MB, but craps out on me on anything larger.
Any ideas?