New question #181778 on Sikuli: https://answers.launchpad.net/sikuli/+question/181778
Im struggling at little problem, im trying to connect MSSQL2008 server using zxJDBC driver. i move over problem with "driver not found" but having problem with connecting db. my code: from com.ziclix.python.sql import zxJDBC import java d, u, p, v = "jdbc:sqlserver://abc.efg.test:1434;databaseName=TEST", "***", "***", "com.microsoft.sqlserver.jdbc.SQLServerDriver" conn = zxJDBC.connect(d, u, p, v) conn.close() when i run this script, sikuli struggle and do nothing, at db server i see that test pc joinned server, but he joined different database( master) and did nothing (0s CPU and DISK time) i have to kill this SPID to let sikuli appeared. Any idea where should be problem? ive tried JDBC 3.0, 4.0 driver - same problem Thank you for any idea -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

