]> granicus.if.org Git - apache/commitdiff
Update mod_dbd page for new drivers.
authorNick Kew <niq@apache.org>
Tue, 25 Sep 2007 14:02:36 +0000 (14:02 +0000)
committerNick Kew <niq@apache.org>
Tue, 25 Sep 2007 14:02:36 +0000 (14:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@579252 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dbd.xml

index 30969242223695da852561c5e148fc779183c329..758b553ddcb0d35a822fa60f1955073d8a515ed0 100644 (file)
@@ -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.</p>
     <p>Connection string parameters for current drivers include:</p>
     <dl>
+    <dt>FreeTDS (for MSSQL and SyBase)</dt>
+    <dd>username, password, appname, dbname, host, charset, lang, server</dd>
     <dt>MySQL</dt>
     <dd>host, port, user, pass, dbname, sock</dd> 
     <dt>Oracle</dt>
@@ -150,6 +152,9 @@ APR_DECLARE_OPTIONAL_FN(void, ap_dbd_prepare, (server_rec*, const char*, const c
     <dd>The connection string is split on a colon, and <code>part1:part2</code> is used as <code>sqlite_open(part1, atoi(part2), NULL)</code></dd>
     <dt>SQLite3</dt>
     <dd>The connection string is passed straight through to <code>sqlite3_open</code></dd>
+    <dt>ODBC</dt>
+    <dd>Please see <a href="http://code.google.com/p/odbc-dbd/">the
+        author's project pages</a> for this third-party driver.</dd>
     </dl>
 </usage>
 </directivesynopsis>