Im using unidac 2.70.0.11 for RAD STUDIO 2007 and mysql 5
and i have this issue, when executing the below insturuction
Code: Select all
insert into constructord (oid,va,vb) values ('xx','yyy'," NEW ' ROOT ") ;
Code: Select all
#42S22Unknown column 'new ' ROOT' in 'field list'
is there a way to configure the unidac components to recognize the (") double quotes as string and not a column?,
im sure the error is rised by unidac because when i run the same command from the mysql console it runs without any problem
[/code]