Glossaria.net

Glossary Visual Basic / Term

escape codes

escape codes

Allow you to specify a value such as a date or time, in a data-independent way. For example, {d 'value'} allows you to specify the date (SELECT * FROM table WHERE DateField = {d "2/17/94"}). When this query is submitted to the ODBC driver, it will scan the string and replace the escape clause with the date in the proper form for the specific ODBC driver you are using.

Permanent link escape codes - Creation date 2020-06-07


< error trapping Glossary / Visual Basic event >