|
jforum example source code file (sqlserver.properties)
The jforum sqlserver.properties source code#Wed Oct 25 15:07:14 CEST 2006 database.connection.dbname=<db-name> database.connection.host=caph database.connection.pool.min=10 database.connection.pool.timeout=120 database.connection.port=1433 database.connection.username=<username> database.connection.password=<password> database.connection.string=jdbc\:jtds\:sqlserver\://${database.connection.host}\:${database.connection.port}/${database.connection.dbname};User\=${database.connection.username};Password\=${database.connection.password};SelectMethod\=cursor; dbencoding=utf-8 database.connection.pool.max=50 dbunicode=true dao.driver=net.jforum.dao.sqlserver.SqlServerDataAccessDriver database.connection.driver=net.sourceforge.jtds.jdbc.Driver Other jforum examples (source code examples)Here is a short list of links related to this jforum sqlserver.properties source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.