Connecting to an MSSQL Database Server

Table of Contents

Connecting to an MSSQL Database Server

The driver and an example databaseURL you can use:

net.sourceforge.jtds.jdbc.Driver
jdbc:jtds:sqlserver://192.168.1.18/CC08_Alarm;useLOBs=false

Text data types are returned incorrectly (CLOB as opposed to varchar) when useLOBs parameter is not included.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.