Project

General

Profile

Actions

ODBCParameters » History » Revision 2

« Previous | Revision 2/5 (diff) | Next »
bford -, 05/11/2006 07:04 PM


= ODBC options =

This is used in the unixodbc.ini or the Win32 Data Sources DSN.

{{{
Description[string] - description of DSN ( random string )
Driver[string] - name of Driver ( Mammoth ODBC )
DATABASE[string] - name of database to connect to
SERVER[string] - ip or hostname of Database-server
UID[string] - name of database-user for connection
PWD[string] - password for database-user for connection
PORT[int] - port to connect to
CONNECT_TIMEOUT[int] - how long wait server unswer on connect till consider it failed.
USE_SSL[select] - How to deal with SSL: * REQUIRE - server must accept SSL, if no - error * PREFFER - first try to connect with SSL, if unable - try no-SSL connection * IGNORE - connect without SSL
CLIENT_ENCODING[select] - encoding on client -- server will automatically convert all text data to this encoding.
USE_BUFFERING[boolean] - buffer result on client side or not
SSL_CERTIFICATE[string] - path to SSL certificate file
SSL_PRIVATE_KEY[string] - your SSL private key
SSL_PASSPHRASE[string] - your SSL password phrase
}}}

Updated by bford - about 18 years ago · 2 revisions