I have a problem with BLOB parameters used with ClientDataSet's. If I try to insert a record with a BLOB parameter over a ClientDataSet I get an error.
My code looks like this:
with ClientDataSet do begin
CommandText := 'INSERT INTO BLOBTABLE(GRAFIC) VALUES (:PGRAFIC)'...