Page 1 of 1

Undeclared indentifier : 'ftBlob'

Posted: Wed 27 Feb 2008 14:31
by lmancini
hello.

i has using delphi 7 and MySQL Data Access Components 4.30.

at the error....

SQL.SQL.Clear;
SQL.SQL.text := 'Update client set image = :img where codigo='1';
SQL.ParamByName('img').LoadFromFile(arquivo.text,ftBlob);
SQL.Execute;

this error

Undeclared indentifier : 'ftBlob'

not compiler permission the applicattion.

Posted: Fri 29 Feb 2008 15:31
by Dimon
Check that DB unit is included to the uses clause of the unit where the error arises.