alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (sqlserver2000.properties)

This example jforum source code file (sqlserver2000.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

cest, cest, oct, password, password, selectmethod\=cursor, selectmethod\=cursor, user, user, wed

The jforum sqlserver2000.properties source code

#Wed Oct 25 15:07:14 CEST 2006
database.connection.dbname=<db-name>
database.connection.host=localhost
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.sqlserver2000.SqlServer2000DataAccessDriver
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 sqlserver2000.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

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.