Access Microsoft SQL Server

Asked by Derek Price

I would like to access Microsoft SQL Server during the testing of my application for easier pre/post data setup. Has anyone had any luck with this? My environment is Windows XP running Sikuli X-1.0rc2 with SQL Server 2008 R2.

Thanks,
Derek

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

this might be helpful for a first impression about possible solutions:
http://jythonpodcast.hostjava.net/jythonbook/en/1.0/DatabasesAndJython.html

Revision history for this message
Derek Price (derek-price-puresafety) said :
#2

Looks like there's a Microsoft JDBC driver available here:

http://msdn.microsoft.com/en-us/sqlserver/aa937724

Thanks for the help!

Revision history for this message
Derek Price (derek-price-puresafety) said :
#3

Thanks RaiMan, that solved my question.