Viewing 8 posts - 1 through 8 (of 8 total)
Aa above, download still failed. Can some post it in reply?
June 19, 2008 at 11:38 pm
Assumeded that you have a table called ImageData with ImageNo varchar(50), Data(Image) Fields
Dim mstream As ADODB.Stream
Dim rsDocumentAs ADODB.Recordset
Set mstream = New ADODB.Stream
mstream.Type = adTypeBinary
rsDocument.Open "Select...
July 20, 2004 at 10:01 pm
In Image(Blob) Data Type you can put any data, pdf, word, gif, your own class object into the database table field.
Using ADODB stream to load the object into field:
Set...
July 8, 2004 at 5:28 pm
Regardless you have compressed the images to smaller file size, the problem will remain in long run, if scanning is going to be on going, database will eventually grow back...
December 29, 2003 at 2:17 pm
Please check your permission rights first for the crashing problem.
Another way to call the external application is through COM object. COM object will do what needed to be done....
July 7, 2003 at 8:26 pm
I do agree with DALEC on the storing images in Database, it can be slow. A few GB Data is not a problem.
Step 1 : Create a table with...
July 7, 2003 at 8:11 pm
Thanks for the XMLSPY option, we only have one license purchased.
Perferly with VB/SQL and not using the XMLSPY and third party application.
November 21, 2002 at 4:30 pm
quote:
I use XMLSPY. Although its not code itself, it makes generating it easy. They have a demo version. Download it and see...
November 21, 2002 at 4:27 pm
Viewing 8 posts - 1 through 8 (of 8 total)