Hi!
My problem is this: I wrote a small
test program that works with
jdbc, using Microsoft SQL Server 2000 and Eclipse. The program is very similar to the test code on this page:
http://support.microsoft.com/kb/313100 and everything works fine in Eclipse but after exporting the project to a jar file it won't run properly. The problem seems to be with the connection in this part of the code:
To establish a connection with the database I added these external archives to my project: mssqlserver.jar, msutil.jar and msbase.jar.
Thanks for your help!
Cheers
[ September 25, 2007: Message edited by: Ivan Bosnjak ]
[ September 25, 2007: Message edited by: Ivan Bosnjak ]