Migrating from Java to Python

Sean Kelly <[email protected]> Fri, 7 Jul 2006 08:47:50 -0500
Newsgroups gmane.comp.python.sybase
Message-ID <[email protected]>
Folks:

I've got to write a Python client application running on Linux that  
gets data from a Sybase database maintained by a bunch of Java  
freaks.  I know little about Sybase but (miraculously?) got the  
Developer Edition of ASE15 installed as well as the Python Sybase  
0.34 module installed.

Now I'm stuck.

See, these Java freaks gave me this JDBC URL:

		jdbc:sybase::Tds:espresso.my.org:4100/beandb

How in the heck do you map that to arguments in Sybase.connect()?

Thanks,
Sean.