problem in getting image from sql server
Hi,
I am trying to get images from sql server database,images are stored as type - image and am getting them into a blob object, for small images it working fine but am getting a part of image for larger images (like 800*600 of 20Kb).
How can get the whole image data from sql server and i have no problem if i use mysql database.
your suggestions are highly appreciated.
Regards,
Kiran Rredy

