Hello,
I have the following problems :
When I tried to put a large image (over 1MB or larger 32K) into the DBImage
component from the clipboard and then save it. There is an error message
display : "Invalid BLOB Length".
In MS-SQL server 6.5, I defined the field type is "IMAGE".
Now I am using the Delphi Client/Server suit 2.0 with BDE 3.0, SQL link 3.0
and MS-SQL 6.5 server for my application.
For my assumption, this should be the problem of SQL link 3.0 since
1. In help menu, I checked the SQL Link 3.0 only can handle 32K image size,
so any image larger than 32K error will happen.
2. I use the same large photo in a paradox table(local table), it works
smoothly since it does not need any sql link driver.
Therefore, I guess it should be the problem of SQL link 3.0 . Am I right
??????
If you have any ideal or suggestions, please e-mail to me.
--