AndreMarkus

name

How to write SQL queries compatible with most databases

18th January 2008
What are ODBC Escape Sequences? ODBC Escape sequences have included in ODBC standard and allows write SQL queries which compatible with many DBMS. Firebird and Interbase does not contains own implementation for escape sequences and therefore we have im... Read >