zxJDBC driver error

vincent Salaun vincent.salaun at zslide.com
Wed Mar 24 10:15:12 EST 2004


    hi all,

i'm trying to use the zxJDBC module to work on my mySql database, but :
 >>> from com.ziclix.python.sql import zxJDBC
 >>> d, u, p, v = "jdbc:mysql://localhost/test", "user", "pass", 
"org.gjt.mm.mysql.Driver"
 >>> db = zxJDBC.connect(d, u, p, v)

Traceback (innermost last):
  File "<string>", line 1, in ?
DatabaseError: driver not found

any idea ?

thx
vince




More information about the Python-list mailing list