From 4f488dfe35e202d1e1949f03e4bcc52ec25a3941 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Thu, 13 Nov 2008 01:05:07 +0000 Subject: odcc to odbc --- user_guide/database/configuration.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html index 26bbe75e1..f2da5808b 100644 --- a/user_guide/database/configuration.html +++ b/user_guide/database/configuration.html @@ -121,7 +121,7 @@ for the primary connection, but it too can be renamed to something more relevant
  • username - The username used to connect to the database.
  • password - The password used to connect to the database.
  • database - The name of the database you want to connect to.
  • -
  • dbdriver - The database type. ie: mysql, postgres, odcc, etc. Must be specified in lower case.
  • +
  • dbdriver - The database type. ie: mysql, postgres, odbc, etc. Must be specified in lower case.
  • dbprefix - An optional table prefix which will added to the table name when running Active Record queries. This permits multiple CodeIgniter installations to share one database.
  • pconnect - TRUE/FALSE (boolean) - Whether to use a persistent connection.
  • db_debug - TRUE/FALSE (boolean) - Whether database errors should be displayed.
  • -- cgit v1.2.3-24-g4f1b