From: Chris W. <la...@us...> - 2005-02-19 04:31:35
|
Update of /cvsroot/openinteract/OpenInteract2/sample/website/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10085 Modified Files: server.ini Log Message: OIN-54: update DBI configuration to reflect simpler method Index: server.ini =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/sample/website/conf/server.ini,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** server.ini 13 Feb 2005 20:29:10 -0000 1.49 --- server.ini 19 Feb 2005 04:31:25 -0000 1.50 *************** *** 92,99 **** # type # DBI (this should not change) ! # spops ! # Your SPOPS driver (e.g., SPOPS::DBI::Pg, SPOPS::DBI::MySQL...) ! # driver_name ! # name of driver -- second part of the DBI DSN # dsn # last part of the DBI DSN --- 92,97 ---- # type # DBI (this should not change) ! # dbi_type ! # type of database (MySQL, Pg, Oracle, MSSQL, Sybase, ASAny, SQLite) # dsn # last part of the DBI DSN *************** *** 102,132 **** # password # what password do we login with? - # db_owner (optional) - # who owns the db? This should only be set if your - # database requires it -- most people can leave it empty. - # sql_install (optional) - # if name of driver and name of SQL installer to use differ, - # put the SQL installer here. For instance, if you use - # DBD::ODBC and Sybase, you'd put 'ODBC' under the - # 'driver_name' and 'Sybase' under 'sql_install' - # long_read_len - # length of longest TEXT/LOB to read (see DBI docs under - # 'LongReadLen') - # long_trunc_ok - # whether it's okay to truncate TEXT/LOB values that exceed - # long_read_len (see DBI docs under 'LongTruncOk') [datasource main] ! type = DBI ! spops = ! driver_name = ! dsn = ! username = ! password = ! db_owner = ! sql_install = ! long_read_len = 65536 ! long_trunc_ok = 0 ! # --- 100,110 ---- # password # what password do we login with? [datasource main] ! type = DBI ! dbi_type = ! dsn = ! username = ! password = # |