cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how to connect to DB on win console
how to connect to DB on win console
Jul 17, 2009 at 3:31pm UTC
oz toto
(2)
Hi,
How to connect to DB on win console?
I mean without MFC
For example, I want to connect to Mysql or Mssql to do some simple work on win console.
And I have not found any Class to do that.
Thanks.
Jul 17, 2009 at 3:35pm UTC
kbw
(9488)
You can use MFC on console apps. So you can continue to use MFC for database access.
If you want to avoid MFC for other reasons, that's another matter.
Jul 17, 2009 at 4:02pm UTC
oz toto
(2)
yes, I just want to avoid MFC to connect DB, because I think MFC is too complex to do mere some simple work..
Any other solution?
Topic archived. No new replies allowed.