Re: SQLLITE

2008-03-02 Thread Daniel Fetchinson
> > > I am having a minor problem when I try and do this: > > > c.execute("insert into [tblTranscripts] (MovieID,Transcript) > > > Values(" + movieID + ",'" + formatText + "');") (don't even bother > > > commenting of the sql style I know its bad form but this is a simple > > > script). Whenever I

Re: SQLLITE

2008-03-01 Thread castironpi
On Mar 1, 11:54 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > nexes schrieb: > > > Hello All, > >    I am having a minor problem when I try and do this: > >       c.execute("insert into [tblTranscripts] (MovieID,Transcript) > > Values(" + movieID + ",'" + formatText + "');")   (don't even bot

Re: SQLLITE

2008-03-01 Thread Diez B. Roggisch
nexes schrieb: > Hello All, >I am having a minor problem when I try and do this: > c.execute("insert into [tblTranscripts] (MovieID,Transcript) > Values(" + movieID + ",'" + formatText + "');") (don't even bother > commenting of the sql style I know its bad form but this is a simple > s

SQLLITE

2008-03-01 Thread nexes
Hello All, I am having a minor problem when I try and do this: c.execute("insert into [tblTranscripts] (MovieID,Transcript) Values(" + movieID + ",'" + formatText + "');") (don't even bother commenting of the sql style I know its bad form but this is a simple script). Whenever I try and