Subject | storing a BLOB |
---|---|
Author | frische_brise2003 |
Post date | 2004-04-21T12:34:58Z |
Hi all,
My app has to store a BLOB in a table.
Using a ADO recordset it works fine.
But how can I do it without using a Recordset
but using a stored procedure or a sql statement
instead?
I think a sql statement will not work.
But it should be possible using a stored proc?
I'm using VB 6.0 and ADO.
Any ideas/samples?
Regards
Jürgen
My app has to store a BLOB in a table.
Using a ADO recordset it works fine.
But how can I do it without using a Recordset
but using a stored procedure or a sql statement
instead?
I think a sql statement will not work.
But it should be possible using a stored proc?
I'm using VB 6.0 and ADO.
Any ideas/samples?
Regards
Jürgen