ODBC Navigator 1.0 Home

Options

SQL editor

Font
Allows to change the font in SQL editor
Background
Controls the background color in SQL editor
Eliminate comments
Controls the text of the queries passed to ODBC driver. If this box is checked the text from -- to end of line and the text between /* and */ will not be passed to ODBC driver. For example, if you run he script
select -- this is a comment
  isn, clientisn, name
from invoice
where date>'1-Jan-2001' /* and name like 'JO%' */
ODBC driver receives the following
select
  isn, clientisn, name
from invoice
where date>'1-Jan-2001'
Create backup files
If this box is checked, the SQL editor will rename old version of script file as *.bak

Printer

Printer font
Allows to change the font used to print the result set

Copyright © 2000 HardSign