Re: JDBC in CPYTHON

2009-02-05 Thread M.-A. Lemburg
On 2009-02-05 03:49, KMCB wrote: Thanks Simon and Marc, I currently have an app on OSX that I wanted to migrate to NIX, it uses a ODBC DBAPI interface to communicate with Filemaker. Unfortunately, FMP does not support linux drivers. They do have a JDBC driver that looks like it may work.

Re: JDBC in CPYTHON

2009-02-04 Thread M.-A. Lemburg
On 2009-02-03 19:30, KMCB wrote: I was wondering if anyone was aware of a JDBC DBAPI module for cpython. I have looked at PYJDBC and was interested in avoiding using that extra level of ICE. I was thinking maybe someone would have back ported zxJDBC from Jython. Or used that as a starting

Re: JDBC in CPYTHON

2009-02-04 Thread KMCB
Thanks Simon and Marc, I currently have an app on OSX that I wanted to migrate to NIX, it uses a ODBC DBAPI interface to communicate with Filemaker. Unfortunately, FMP does not support linux drivers. They do have a JDBC driver that looks like it may work. My preference was to run that app on

Re: JDBC in CPYTHON

2009-02-03 Thread Simon Brunning
2009/2/3 KMCB kmcbrea...@yahoo.com: I was wondering if anyone was aware of a JDBC DBAPI module for cpython. I have looked at PYJDBC and was interested in avoiding using that extra level of ICE. I was thinking maybe someone would have back ported zxJDBC from Jython. Or used that as a

JDBC in CPYTHON

2009-02-03 Thread KMCB
I was wondering if anyone was aware of a JDBC DBAPI module for cpython. I have looked at PYJDBC and was interested in avoiding using that extra level of ICE. I was thinking maybe someone would have back ported zxJDBC from Jython. Or used that as a starting point, to create a module and had a C