password99
Technical User
I am using MS SQL Server 2000 with PB 8
I am using SELECTBLOB to retrieve images from the Database, however only
32KB
(32767 bytes) of the image gets retrieved. The images stored in the DB
are
greater than 32KB.
In help it mentioned to set AutoCommit to True before calling SELECTBLOB
and I
tried that but it does not work. I even changed the DB setting on
application
startup to autocommit = true but it did not help.
Any thoughts are welcome.
I am using SELECTBLOB to retrieve images from the Database, however only
32KB
(32767 bytes) of the image gets retrieved. The images stored in the DB
are
greater than 32KB.
In help it mentioned to set AutoCommit to True before calling SELECTBLOB
and I
tried that but it does not work. I even changed the DB setting on
application
startup to autocommit = true but it did not help.
Any thoughts are welcome.