Re: Using python with MySQL

2007-05-03 Thread hlubenow
hlubenow wrote: > There's even another approach: ... On the other hand you may be better off with the "mysql-python"-module. Anyway, here's a nice overview over the most commonly used MySQL-commands (The commands should speak for themselves, even if the explanations are in German): http://www.l

Re: Using python with MySQL

2007-05-03 Thread hlubenow
HMS Surprise wrote: > Greetings, > > I need to peform some simple queries via MySQL. Searching the list I > see that folks are accessing it with python. I am very new to python > and pretty new to MySQL too. Would appreciate it if you could point me > to some documentation for accessing MySQL via

Re: Using python with MySQL

2007-05-01 Thread HMS Surprise
> hi, > download this module:http://sourceforge.net/projects/mysql-python > and look at the tutorial here:http://www.kitebird.com/articles/pydbapi.html Done, thank you too. jh -- http://mail.python.org/mailman/listinfo/python-list

Re: Using python with MySQL

2007-05-01 Thread HMS Surprise
On May 1, 2:58 pm, "Greg Donald" <[EMAIL PROTECTED]> wrote: > On 1 May 2007 12:40:20 -0700, HMS Surprise <[EMAIL PROTECTED]> wrote: > > > I need to peform some simple queries via MySQL. Searching the list I > > see that folks are accessing it with python. I am very new to python > > and pretty new

Re: Using python with MySQL

2007-05-01 Thread Shafik
On May 1, 10:40 pm, HMS Surprise <[EMAIL PROTECTED]> wrote: > Greetings, > > I need to peform some simple queries via MySQL. Searching the list I > see that folks are accessing it with python. I am very new to python > and pretty new to MySQL too. Would appreciate it if you could point me > to some

Re: Using python with MySQL

2007-05-01 Thread Greg Donald
On 1 May 2007 12:40:20 -0700, HMS Surprise <[EMAIL PROTECTED]> wrote: > I need to peform some simple queries via MySQL. Searching the list I > see that folks are accessing it with python. I am very new to python > and pretty new to MySQL too. Would appreciate it if you could point me > to some docu

Using python with MySQL

2007-05-01 Thread HMS Surprise
Greetings, I need to peform some simple queries via MySQL. Searching the list I see that folks are accessing it with python. I am very new to python and pretty new to MySQL too. Would appreciate it if you could point me to some documentation for accessing MySQL via python. Something of the "Pytho