Re: MySQL - Jython2.2

2007-06-15 Thread HMS Surprise
Thanks, everyone. I will give it a try. Don't know a lot about mySQL (or any flavor SQL) but from some minute exposure to the ODBC connector I am guessing that jdbc provides a connector. Wish me luck jh -- http://mail.python.org/mailman/listinfo/python-list

Re: MySQL - Jython2.2

2007-06-15 Thread Ant
On Jun 15, 3:31 pm, HMS Surprise <[EMAIL PROTECTED]> wrote: > I thought I had a winner mySql-python but it require2 python 2.3-5 and > the tool I am using (maxq) is based on jython 2.2. Is there another > way that I could perform queries from python? If you want to query via Jython, use the jdbc d

Re: MySQL - Jython2.2

2007-06-15 Thread Paul Boddie
On 15 Jun, 16:31, HMS Surprise <[EMAIL PROTECTED]> wrote: > I thought I had a winner mySql-python but it require2 python 2.3-5 and > the tool I am using (maxq) is based on jython 2.2. Is there another > way that I could perform queries from python? For Jython you should use the JDBC driver for the

Re: MySQL - Jython2.2

2007-06-15 Thread Carsten Haese
On Fri, 2007-06-15 at 07:31 -0700, HMS Surprise wrote: > I thought I had a winner mySql-python but it require2 python 2.3-5 and > the tool I am using (maxq) is based on jython 2.2. Is there another > way that I could perform queries from python? The low version number is not your main problem. The

MySQL - Jython2.2

2007-06-15 Thread HMS Surprise
I thought I had a winner mySql-python but it require2 python 2.3-5 and the tool I am using (maxq) is based on jython 2.2. Is there another way that I could perform queries from python? thanx, jh -- http://mail.python.org/mailman/listinfo/python-list