On Sat, 17 Sep 2005, Ed Hotchkiss wrote:
> I think that I am having some kind of error with my csv going into the
> fields and being broken apart correctly.
Ed, I'd suggest using the CSV module to parse out CSV files, rather than
splitting it yourself.
__
I got the mysql db just for this very purpose, that's it :P
Ok heres the error which I am getting now, I dont see why your new code shouldn't work, it makes sense to me ...
>>> Traceback (most recent call last): File "G:\Python\myCode\Links Database\addfromtext.py", line 30, in ? cursor.e
On Sat, 17 Sep 2005, 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 the
> fields and