
VB and image type in SQL Database
Hello, all
stupid question: I have got table in MS Sql database,
where one field has got type 'image'.
How can I put some tif-file into database.
in other words:
i=ExecuteSql("insert into MyTable set MyPicture=????")
what should be instead ????
and vice versa: how to create tif-file file after selecting
this record ?
other question (maybe it is not about VB): is image type packed
in database or not ?
Thank you,
Dmitry