in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine

Converting SQL Server and Excel to SQLite

Last post 06-16-2008 4:13 AM by liron. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 04-23-2008 6:37 PM

    Converting SQL Server and Excel to SQLite

    Hi,

    Not sure if this is the right place to ask this, but here goes.

    I am looking at converting many SQL Server databases and Excel files to SQLite databases.

    Do you know of a tool to do this?

    Regards
    Andrew
  • 04-28-2008 5:53 AM In reply to

    Re: Converting SQL Server and Excel to SQLite

    In my experience changing databases is a throughly manual process.  You might be able to write something to inspect schemas and re-create them but you will likely have to write custom code to move the data over. 

  • 06-15-2008 11:54 AM In reply to

    • liron
    • Top 75 Contributor
    • Joined on 06-14-2008
    • Posts 12

    Re: Converting SQL Server and Excel to SQLite

    For what it's worth, I've written a small utility in C# that may help you to the conversion from SQL Server to SQLite.

    Go to http://www.codeproject.com/KB/database/convsqlservertosqlite.aspx for more details

     

    Good luck

    Liron 

  • 06-15-2008 3:48 PM In reply to

    Re: Converting SQL Server and Excel to SQLite

    Excellent! Exactly what I was after.  With a little tweaking, I could create an Excel to SQL Lite app as well.

    Regards
    Andrew

  • 06-16-2008 4:13 AM In reply to

    • liron
    • Top 75 Contributor
    • Joined on 06-14-2008
    • Posts 12

    Re: Converting SQL Server and Excel to SQLite

    Did it work for you?

    If you add code for Excel, maybe it will be a good idea to send me the updated code so I can enhance the utility to handle Excel files also :-)

    Liron 

Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems