0
How can I use database on my program
hello guys I want to uae database on my form application, but I dont know how can I do that? I mean I dont know anything about database please help me
2 Antworten
+ 1
use sql express server 2107
https://www.microsoft.com/nl-nl/sql-server/sql-server-editions-express
It looks complicated at the start, but when you find your way arround you can do a lot with it.
use youtube tutorials to learn how to create you first database.
Learn sql as query language
Read this post to learn how to connect a application to database using c#.
https://www.sololearn.com/Discuss/471763/how-to-use-database-in-c-application
0
So first of all you need have db itself. For example one of the most popular is https://www.mysql.com
Also you probably learn some basics about sql and db schemes.
Of course you can try use no sql db like https://www.mongodb.com but they are used for specific purposes.
And finally you need to somehow connect your app to db here is an example https://www.codeproject.com/Tips/423233/How-to-Connect-to-MySQL-Using-Csharp