Hello, I am really a beginner on C# development. But, sometimes i like to play around with C# and try to develop stuff.
I have sql express 2014. Visual C# 2017 Community Version.
I created a database through SQL Management Studio in my local computer.
The name of the DB is ReleasesLogin and has a table called Login and two fields:Login, password.
With C# how do i connect into that DB and populate the the DB ?
Bear with me, i am not 100% proficient with C#. Thanks for your help,
I have created the project already in C#
I have sql express 2014. Visual C# 2017 Community Version.
I created a database through SQL Management Studio in my local computer.
The name of the DB is ReleasesLogin and has a table called Login and two fields:Login, password.
With C# how do i connect into that DB and populate the the DB ?
Bear with me, i am not 100% proficient with C#. Thanks for your help,
I have created the project already in C#