On Sep 16, 2006, at 9:34 AM, [EMAIL PROTECTED] wrote:
You can do something like this:
Dim rs as Recordset = myDB.SQLSelect("SELECT * FROM xBlobs WHERE
Docid='" + myID + "'")
...
rs.Edit
rs.BlobColumn("blob1") = updatedPic1
rs.BlobColumn("blob2") = updatedPic2
rs.Update
db.Commit
---
Marco Bambini
http://www.sqlabs.net
http://www.sqlabs.net/blog/
Hi Marco,
thanks for your answer.
I experimented with what you suggested with no success.
The compiler complains that there is no such Method or Property.
Any other suggestion?
Marco was just showing you the general procedure for updating
existing records. You have to substitute your own properties or
variables for this to work.
Roger M. Clary
Class One Software
http://www.classonesoftware.com
[EMAIL PROTECTED]
_______________________________________________
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>