Updating SQL table problems with python
kuntzagk at sulawesi.bioinf.mdc-berlin.de
kuntzagk at sulawesi.bioinf.mdc-berlin.de
Thu Jun 5 07:08:45 EDT 2003
> As you can tell, im parsing a xml RSS feed and updating items table. Im
> trying to replace
> default value of 'Title' with the title from the RSS feed.
> The update statement is givng me the syntax error
> I cant see whats wrong
Did you get a python syntax error or a SQL syntax error?
If the latter, check if your title contains a quote charakter.
Got bitten by this myself.
Murple
More information about the Python-list
mailing list