in

System.Data.SQLite

An open-source, enhanced version of the SQLite database engine for Windows

Browse by Tags

  • Re: using a dataset to create a new sqlite db

    Yes you can do it programatically. You would basically just have to loop through the tables in the dataset, read out the schema, and build your create table and insert statements. I've done this in a fairly generic sense for some software I worked on recently where I receive datasets from a webservice...
    Posted to How To (Forum) by Nazguy on 12-18-2007
  • using a dataset to create a new sqlite db

    I am prototyping a new app and have been using a dataset to store the db so far (writing/reading to an xml file), nost surprisingly now the dataset is quite large the performance is not very good. Is there an easy way to set the schema for the sqlite db to be the same as the dataset ?, or do I have to...
    Posted to How To (Forum) by Eps on 10-13-2007
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems