I'm using flex to develop my first desktop app and I'm working with sqlite for the first time as well.
I'm creating my database and all the tables and I would also like to add a few rows of data into a couple of the tables so that the users have some data to work with on first install.
The only problem I'm having is every time I run the program it keeps inserting the same data over and over again.
I'm just wondering if its possible to do a - INSERT INTO IF NOT EXISTS. or some other kind of work around.
thanks!