Einzelnen Beitrag anzeigen

question

Registriert seit: 17. Apr 2013
97 Beiträge
 
#1

Blob field save AsString into DB

  Alt 6. Sep 2013, 07:57
Hi,
I have a Bolb field 'CollectID' in the DB and i am saving the data into this Blob Field AsString in the following way,
Code:
QueryA.ParamByName('CollectID').AsString := QueryB.FieldByName('CollectID').AsString;
its working fine,but i am not sure is that okay or it can be problem in future
  Mit Zitat antworten Zitat