|
daxLiteral |
|
daxLiteral( const string) // string value Prepares a string as literal input for SQL statements. The string is enclosed in single quotes and single quotes being part of the string value are doubled. Example:
stmt = "insert into test(ident) values("|daxLiteral("joe's place")|")";
// value in stmt:
// insert into test(ident) values('joe''s place')
|
||||||||
| Copyright © IBK Landquart | Last revision: 27.05.2002 | << Back Top Next >> |