summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_dbd.html.en
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2007-09-30 15:08:09 +0000
committerVincent Bray <noodl@apache.org>2007-09-30 15:08:09 +0000
commit0df59b26702913dd49c2d4ed660c0f989df7477b (patch)
tree12dcc53e8b8a10f9c02bacf57375a5fe9df50144 /docs/manual/mod/mod_dbd.html.en
parentbc63c053d06ce62e1aeaf75452a0728c0b5a214c (diff)
downloadhttpd-0df59b26702913dd49c2d4ed660c0f989df7477b.tar.gz
buildfluff
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@580735 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_dbd.html.en')
-rw-r--r--docs/manual/mod/mod_dbd.html.en5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_dbd.html.en b/docs/manual/mod/mod_dbd.html.en
index dd6fceac57..8ab7ad4a18 100644
--- a/docs/manual/mod/mod_dbd.html.en
+++ b/docs/manual/mod/mod_dbd.html.en
@@ -195,6 +195,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>
@@ -205,6 +207,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>
</div>