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

Solve a Debate

2008-02-15 Thread nexes
Alright so me and my friend are having argument. Ok the problem we had been asked a while back, to do a programming exercise (in college) That would tell you how many days there are in a month given a specific month. Ok I did my like this (just pseudo): If month = 1 or 3 or etc noDa