[Gambas-user] Oh dear... Gambas Source (implement blob into gb.db)
Thomas Kleindienst
thomas at ...869...
Fri Mar 11 12:46:36 CET 2005
Dear list,
I had the idea to implement blobs into GB.db myself, but I'm lost in the code
(dunno where to start)
should be like:
dim ba as byte[]
res = conn.exec("select a_blob from ...")
res.movefirst
ba = res["a_blob"]
as well as
conn.exec("insert into .... set a_blob=&1", ba)
Can anybody point me to a good place to start?
regards,
Thomas
More information about the User
mailing list