use of double quotes in UNIDAC mysql script
Posted: Wed 16 Feb 2011 23:06
hi Devart Team.
Im using unidac 2.70.0.11 for RAD STUDIO 2007 and mysql 5
and i have this issue, when executing the below insturuction
i get this error
in the past i use to use the same rutine in and old version of your mysql vcl product without any issue,
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]
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]