how to connect to sql
C#
3
Posts
3
Posters
0
Views
1
Watching
-
hi, plz i created a connection string in a class what else should i do in the form where i need the connection to be opened. connection string in my app. is "conString" . Regards
I think you need to read book about ADO.NET If you have connection string you can use one of the overload of sqlconnection class to create new connection.
#region signature my articles #endregion
-
hi, plz i created a connection string in a class what else should i do in the form where i need the connection to be opened. connection string in my app. is "conString" . Regards
i would google for 'c# database connect connection string' or something similar