Haribol,
Hello to all.
I am very glad for being in this list. People here are generally very gentle, friendly and well-wishing.
I hope my questions may benefit other people, not only me.
Now let me go to the facts:
 
I have a table with the following fields:
mcode : numeric
mblob  : blob              (it is in interbase)
 
As I dont work with DB fields, only with edits, I use query to write to the table.
But now I havent bee able to pass this blob field as parameter.
I would like something like this:
 
I have a query with the following sql statement:
 
"insert into mtable(mcode,mblob) values(:mcode, :mblob)"
And in my program that I could do the following:
query.parambyname('mcode').asfloat := 108;
query.parambyname('mblob').asblob := (so what do I put here?   which component could I use? Tpicture is not   TBlob, neither TBitmap is - blob wants string but I want to record a picture!)
 
Hope someone could help me.
and hope you are all well in your delphi affairs.
a hug
marcelo miorelli

Reply via email to