Jython-users:
=20
I was hoping someone could help out here...
=20
(BTW, I fixed my problem with the missing zxJDBC in jython-2.2a1 by
downloading it (v2.1) from sourceforge and placing
it into classpath and extdirs.)
=20
I'm trying to port some java JDBC code to jython and zxJDBC... and
previous used the following driver and URL:
driver =3D "com.microsoft.jdbc.sqlserver.SQLServerDriver"
url =3D "jdbc:microsoft:sqlserver://%s:1440" % (remotehost, )
=20
However, I keep getting the following Exception:
DatabaseError: driver [com.microsoft.jdbc.sqlserver.SQLServerDriver]
not found
=20
Can someone please shed light on this?
Am I supposed to import something like com.microsoft.jdbc.sqlserver so
the correct DriverManager is found?
=20
I'm about ready to install mySQL to test DB connections locally, just to
make certain DB connections are working at all.
=20
Thanks in advance for your help.
=20
--Lyndon
=20
=20
=20
|