Re: [sqlite] Trying to INSERT rows into a table

2009-02-06 Thread Adam DeVita
:sqlite-users-boun...@sqlite.org] On Behalf Of Adam DeVita > Sent: Friday, February 06, 2009 2:57 PM > To: General Discussion of SQLite Database > Subject: Re: [sqlite] Trying to INSERT rows into a table > > Why are you calling reset after step? > > regards, > Adam > &

Re: [sqlite] Trying to INSERT rows into a table

2009-02-06 Thread Stephen Abbamonte
o its initial state." -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Adam DeVita Sent: Friday, February 06, 2009 2:57 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] Trying to INSERT rows into a table W

Re: [sqlite] Trying to INSERT rows into a table

2009-02-06 Thread Adam DeVita
Why are you calling reset after step? regards, Adam On Fri, Feb 6, 2009 at 3:51 PM, Stephen Abbamonte wrote: > Hi all I am using SQLite3 and running into a bit of a snag. I have a > Database with an empty table and I am calling a series of INSERT commands > during the

[sqlite] Trying to INSERT rows into a table

2009-02-06 Thread Stephen Abbamonte
Hi all I am using SQLite3 and running into a bit of a snag. I have a Database with an empty table and I am calling a series of INSERT commands during the execution of my program but it seems that each call is overwriting the first row in the table. I have tried the table with and without a