Recent content by PhilippSiegrist

  1. P

    BLOB parameters and ClientDataSet's

    Delphi Version is 6.0 (Build 6.190) Update Pack 1. DOA Version is 3.4.5.1. Philipp Siegrist
  2. P

    BLOB parameters and ClientDataSet's

    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)'...
Back
Top