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
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
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