Diman
Admin
 Admin
| Posts: 1461 |  | Karma: 18 |
|
Re:DB/2
|
|
Posted: 2007/10/17 03:35 |
|
|
|
|
Hello
That is not a AnyDAC issue. Escape sequence {id xxx} just quotes xxx name using target DBMS rules and the xxx name case is preserved. So, on MySQL {id xxx} will be `xxx`, on DB2 - "xxx", etc
Regards, Dmitry
|
|