Sql 2000 Driver

Hello,

I created a new project a few months ago and downloaded the sprinta driver, everything has been working fine. I forgot that it was a trail and my trial just ran out. I need to get this project open within the next hour, and the company i need to purchase the license from is in Germay, and its not going to happen quickely. Where cam i get the driver i need to get back up and running quickly…thanks in advance!

Servoy Developer
Version 3.1.7-build 411
Java version 1.6.0_02-b06 (Windows XP)

Why don’t you use the jtds driver?
http://jtds.sourceforge.net/
it’s free and working better than drivers from Microsoft!

I tried to DL it, but I was unsure of how to name it and which connection string to use

The driver should be:

net.sourceforge.jtds.jdbc.Driver

and the url should be like this:

jdbc:jtds:sqlserver://<ipadres>:<port>/<dbname>

here is a screenshot!
Hope this helps