简体   繁体   中英

How to read tables from SQLIte and store it in Microsoft SQL Server in .NET

I have a requirement to read SQLite Database and store it in SQL server. is there any API or library available in .NET which is used to read Database tables from SQLite and store it in SQL Server?

Generate the scrip of you database from SQLlite and same script run on SQL server Query analyzer .. it may be helpful for you

Look this Example

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM