I have an iPad app that uses several (4) different SQLITE databases and I currently build these databases using Mozilla Firefox SQLite Manager utility (on a Mac). The databases are simple (single table) with a number of rows, and are created from a text file with tab delimited fields.
This all works but is clunky. I would prefer to create the SQLITE databases on my Windows PC (where the text files are created). My question is whether the SQLITE can do this job and how I go about it. I suspect that I should be able to set up a file of SQL commands to build the new database(s), to automate the process somewhat.... Any help much appreciated. Rob Slater _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

