Purpose:Query a database through an ODBC driver

 

Format:ODBC [/O "connectionstring"]["Query"][/C]

 

/O - Send connection string

/C - Close

 

"query" - SQL query to executes

 

Usage:

 

 

Options:

 

/CClose the ODBC session.

 

/OSend the specified connection string to the ODBC driver. This opens a persistent ODBC session.