Android Question jRDC2 config.properties file

David Hawkins

Active Member
Licensed User
Longtime User
Hi I am looking for a config.properties file specific for MS SQL the one in Erel's tutorial is for MySQL

i.e.
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
User=xx
Password=xxxxxx
#Java server port
ServerPort=17178

I am using the following jar file
#AdditionalJar: jtds-1.3.1.jar which I am hoping is the correct one.

can anybody help please.
 
Top