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