[Gambas-user] Update statement on Blob in SQLite3 database table

John Rose john.aaron.rose at ...626...
Wed Mar 14 11:00:47 CET 2012


How do I set a Blob field in an SQLite3 database's table to an image
value (of a photo's jpg file) held in an Image variable using an SQL
update statement?

Code would be something like:
Dim img As Image 'Holds photo
Dim sql As String
sql = "Update t1 Set img = ????? Where ....."
dbConnection.Exec(sql)







More information about the User mailing list