At 8:57 AM +0200 28/5/06, Marco Bambini wrote:
This is a very simple example:

// create a dummy table
db.SQLExecute("CREATE TABLE images(picture BLOB)")

// insert an image into the BLOB column
Dim rec As New DatabaseRecord
rec.BlobColumn("picture") = GetMyPicture
db.InsertRecord ("images", rec)
db.Commit


How would I do this via SQL?

db.sqlexecute("INSERT into images (picture) values (???????)")
--

Cheers,

Dr Gerard Hammond
Bioinformatic Analyst
Garvan Institute of Medical Research, Sydney, Australia.

If you're not part of the solution, you're part of the precipitate.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to