+ 2
How to create and connect database in c#
6 Antworten
+ 1
To create a database programmatically you can visit here for some learnin'
https://support.microsoft.com/en-us/help/307283/how-to-create-a-sql-server-database-programmatically-by-using-ado-net
+ 2
I found this Article here which will definitely be a good read...
https://www.guru99.com/c-sharp-access-database.html#2
Looks pretty straight forward. Set connection string, query connection, then open connection and fiddle with it.
+ 2
thanks guys
+ 1
You are welcome!
+ 1
ty for help)
0
Simple way to connect database to C#
http://csharp.net-informations.com/data-providers/csharp-sql-server-connection.htm