Subject | BDE to IBO: handling of quotes differs in Query.SQL |
---|---|
Author | henry FRANQUET |
Post date | 2003-08-29T18:11:59Z |
Hello
with BDE we can either use ' or " as string delimiter. BDE
transforms " to meet interbase requirement
IBO doesn't, so I have to modify the string before inserting in
TString SQL property
Fortunately, although it was a interbase 4 application, I haven't so
much to transform
with BDE we can either use ' or " as string delimiter. BDE
transforms " to meet interbase requirement
IBO doesn't, so I have to modify the string before inserting in
TString SQL property
Fortunately, although it was a interbase 4 application, I haven't so
much to transform