Re: MySQLdb Error

2012-01-11 Thread Emeka
Thanks. Regards, Janus On Wed, Jan 11, 2012 at 7:12 PM, Dennis Lee Bieber wrote: > On Wed, 11 Jan 2012 09:57:43 +0200, Emeka wrote: > > > >_mysql_exceptions.ProgrammingError: (1064, "You have an error in your SQL > >syntax; check the manual that corresponds to your MySQL server version for > >t

Re: MySQLdb Error

2012-01-11 Thread Chris Angelico
On Wed, Jan 11, 2012 at 6:57 PM, Emeka wrote: > CREATE TABLE AddressTables ( AddressTables_id int (9) unsigned > primary key auto_increment not null,  city_name char(40) ,  state_name > varchar,  street_number int,  country_name varchar,  street_name char(40) , > user_name char(40) references user

MySQLdb Error

2012-01-11 Thread Emeka
Hello All, I got the below error why trying to create tables of the fly. for item in ['CREATE TABLE AddressTables ( AddressTables_id int (9) unsigned primary key auto_increment not null, city_name char(40) , state_name varchar, street_number int, country_name varchar, street_name char(40) ,

No Module Named MySQLdb Error

2009-01-15 Thread Sam
Hi Friends, This is Sam, a learner of Python programming language. I would like to know a feasible and flexible process of importing MySQLdb module. If anyone know about this and have an expertise over this can help me over this issue. 1) I installed interface MySQLdb 1.2.2 in my

Re: MySQLdb error - PLEASE SAVE ME!

2005-09-17 Thread Carsten Haese
On Sat, 17 Sep 2005 15:50:29 -0400, Ed Hotchkiss wrote > Ok. I am trying to read a csv file with three strings separated by commas. > I am trying to insert them into a MySQL DB online. > MySQLdb is installed, no problems. > > I think that I am having some kind of error with my csv going into > th

MySQLdb error - PLEASE SAVE ME!

2005-09-17 Thread Ed Hotchkiss
Ok. I am trying to read a csv file with three strings separated by commas. I am trying to insert them into a MySQL DB online. MySQLdb is installed, no problems. I think that I am having some kind of error with my csv going into the fields and being broken apart correctly. Can someone please help?