how to use MSDE database with MFC Application?
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
hi, can anybody tell me ,how to use MSDE with MFC applications. Any help will be highly appreciated. Thanks and regards.
That is Microsoft's Data Engine. Which particular database are you interested in working with (e.g., Access, SQL, FoxPro)?
-
hi, can anybody tell me ,how to use MSDE with MFC applications. Any help will be highly appreciated. Thanks and regards.
Connect and access it just as you would SQL Server. The only real difference is the number of concurrent connections it supports, resource usage limits and the fact that it does not come with the SQL tools (EM, Query analyzer, etc.). onwards and upwards...