ODBCParameters » History » Revision 4
« Previous |
Revision 4/5
(diff)
| Next »
bford -, 11/20/2006 05:48 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 = [Y|N] - 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 · 4 revisions