From: Nick Kew Date: Tue, 25 Sep 2007 14:02:36 +0000 (+0000) Subject: Update mod_dbd page for new drivers. X-Git-Tag: 2.3.0~1396 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87006e7d90c7f96d0cd1174d2239efc63a69005b;p=apache Update mod_dbd page for new drivers. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579252 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml index 3096924222..758b553ddc 100644 --- a/docs/manual/mod/mod_dbd.xml +++ b/docs/manual/mod/mod_dbd.xml @@ -140,6 +140,8 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c password, database name, hostname and port number for connection.

Connection string parameters for current drivers include:

+
FreeTDS (for MSSQL and SyBase)
+
username, password, appname, dbname, host, charset, lang, server
MySQL
host, port, user, pass, dbname, sock
Oracle
@@ -150,6 +152,9 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
The connection string is split on a colon, and part1:part2 is used as sqlite_open(part1, atoi(part2), NULL)
SQLite3
The connection string is passed straight through to sqlite3_open
+
ODBC
+
Please see the + author's project pages for this third-party driver.