error in inserting a long blob data
Diez B. Roggisch
deets_noospaam at web.de
Wed Feb 25 05:23:18 EST 2004
More information about the Python-list mailing list
Wed Feb 25 05:23:18 EST 2004
- Previous message (by thread): error in inserting a long blob data
- Next message (by thread): error in inserting a long blob data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > values['attachmentpath'] contains the file data. > The data type of the file data is LONGBLOB in MySql. > I am not getting why it works for some file but not for others. Do you have single quotes in your attachment - these would confuse the mysql parser. I don't remember how to quote them for mysql (in oracle its '' for a single quote) - but thats in the manuals. -- Regards, Diez B. Roggisch
- Previous message (by thread): error in inserting a long blob data
- Next message (by thread): error in inserting a long blob data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list