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
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems