Hi... How is the procedure to store a image in a ImageView into a BLOB register?
I don't understand how type of data put in the SQL chain (Productos=Table) .... Codigo (Filter Record) ... Imagen (BLOB Record)
If any can aid me... thank's a Lot!!!
I don't understand how type of data put in the SQL chain (Productos=Table) .... Codigo (Filter Record) ... Imagen (BLOB Record)
SQLite store:
SQLString="UPDATE Productos SET Imagen='"& ????????? &"' where Codigo=('BUB12500004')"
Log(SQLString)
SQL1.ExecNonQuery(SQLString)
If any can aid me... thank's a Lot!!!