Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Reading SQLITE in C# Windows form Application

One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
Hello!

I was hoping if someone could help me out..

I am trying to create my own C# program to read a .sqlite file..

Right now I can only find tutorials on how to Create a .sqlite file through C# (command-style) but not how to read and how to do it through Window form application..

I've downloaded the needed references (.dll/.xml) to code with sql in C# but can not get any futher then that :closedeyes:

The file I want to read (added in attachments).
I can use SQLiteDatabaseBrowser but want to make my own C# program to read this file.

Sincerely~
 

Attachments

You must be registered for see attachments list
One word! Im Fawkin Pro!
Loyal Member
Joined
Jul 1, 2010
Messages
1,254
Reaction score
359
Follow this tutorial, it will literally help you do exactly what you need (and more).

Thanks for answering.. And wow.. How did I miss this? Well made it work now.. Thank you very much for your fast help.
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
It has a standard. ADO.NET
 
Back
Top