From 87006e7d90c7f96d0cd1174d2239efc63a69005b Mon Sep 17 00:00:00 2001
From: Nick Kew
Date: Tue, 25 Sep 2007 14:02:36 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_dbd.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/manual/mod/mod_dbd.xml b/docs/manual/mod/mod_dbd.xml
index 30969242223..758b553ddcb 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.
--
2.47.2