[flexcoders] Re: Working with SQL Lite Indexing and how it always starts at '1'

2008-05-29 Thread bredwards358
Okay, I discovered the solution to my problem. All I had to do was just check the length of the dataProvider before doing an insert, if the length of the arraycollection was 0(no entries) then it would amend the insert statement to insert a zero into the primary key column. If the length was

[flexcoders] Re: Working with SQL Lite Indexing and how it always starts at '1'

2008-05-29 Thread Amy
--- In flexcoders@yahoogroups.com, bredwards358 [EMAIL PROTECTED] wrote: Okay, I discovered the solution to my problem. All I had to do was just check the length of the dataProvider before doing an insert, if the length of the arraycollection was 0(no entries) then it would amend the