regd database connection
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a DSN=test and the user is karteek and password is null.I want to connect to a Mysql database in linux system.Please provide me the required database functions.Please provide the code if possible. Karteek
The easiest would probably be to derive a class from
CRecordset
. ClassWizard or AppWizard will prompt you for the name of the DSN. At that point, you can select the table(s) you want to associate the record set with.
Five birds are sitting on a fence. Three of them decide to fly off. How many are left?