how to connect to a SQL server: (windows form app--VC++7.NET)
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi y'all, I hav created a database MyBBN in SQL server (inbuilt in VC++ 7 using server explorer) with a dataset say BBN and i want to use a column (username) within a table in this dataset as a verifier on a log-on form. How can i connect to the database or the dataset for that matter? and how do i check the inputed username from a user against the one in the table.? if sample coding could be provided, it would help a lot. As i mentioned earlier its a managed App in Windows Forms.Net Thanks for all help in advance... regards