Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends,

I am creating windows application using c sharp codings , in my application i have a import option where i can import Excel files, .CSV files and .db File data's into the SQL Server. For Importing Excel File and .CSV file i have written a coding and its working fine but now i need to import .db Files , So can any one suggest me to read a Tables and its data's from .db Files using c sharp codings. :). Thanks in Advance . :)


Thanks & Regards,
Saravana Kumar.M
Posted

 
Share this answer
 
Comments
SARAVANAKUMAR.M 5-Apr-13 2:18am    
Hi Richard MacCutchan,

Thanks for yor Comment , I think you didn't read my requirement properly itseems are you might be posted the above link unknowingly itseems , I need to IMPORT .db files in windows application using c sharp codings .
Richard MacCutchan 5-Apr-13 4:14am    
Yes, I did read your question: you ask how to import .db files, and I gave you a link to some Google items on those files. If you want a more detailed answer then I suggest you explain exactly what you are trying to do, and what format these files are expected to be in.
hi Saravan,

You need to add Reference of third party SQLITE.NET.dll and try using ADO.NET Connection for your Requirements.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900