how ADO using in MFC Dilogue
-
plz tell me. how i can use ADO with SQL database in MFC Dialge. thanx Syed Abdul Qavi
-
plz tell me. how i can use ADO with SQL database in MFC Dialge. thanx Syed Abdul Qavi
-
Check the classes CDatabase and CDaoDatabase. May be i am wrong but i hope these will give you clue Regards.
CDatabase
uses ODBC, andCDaoDatabase
uses DAO. To use ADO requires importing from the type library (e.g., msado##.dll).
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
plz tell me. how i can use ADO with SQL database in MFC Dialge. thanx Syed Abdul Qavi
check out this article: www.codeproject.com/tools/bugreporter.asp My articles www.stillwaterexpress.com BlackDice
-
plz tell me. how i can use ADO with SQL database in MFC Dialge. thanx Syed Abdul Qavi
http://www.codeproject.com/database/caaadoclass1.asp[^] Carlos Antollini Do you know piFive[^] ?