4
I am creating a desktop application in C# of registration that will use database. Which database to use?
I was advised to use the Sqlite, but I’m not quite sure how to use it.
- Which version of Sqlite should I download, could help me with the link?
- Which manager should I use to create the database and tables? Visual Studio has this tool?
- How to integrate the bank to be part of the project, so that in the installation it is installed together?
Take a look at [tour]. You can accept an answer if it solved your problem. You can vote on every post on the site as well. Did any help you more? You need something to be improved?
– Maniero
Hello, I made an application based on the examples Of this Site One thing, if Voce wants the ID field to be autoincrement, do not build the file with the extension . sqlite build with the extension . db
– Fabio Aragão