You would retrieve as any other Long/Blob data type. Set you LongReadLen
and LongTruncOk and fetch it. To insert you must use placeholders. See
docs for all of the above.
Ilya Sterin
-----Original Message-----
From: Garrison G. Lutz
To: [EMAIL PROTECTED]
Sent: 04/27/2001 8:35 AM
Subject: Image databases
Hello everyone,
I want to implement an image database using SQL Server 2000 (using the
"image" datatype).
I want to insert images and then retrieve them and present them in HTML
pages afterwards using DBD-ODBC (or perhaps DBD-ADO is better?) - does
anyone know where I can find some examples of how to do this?
Thanks!