connection with Mysql and CRecordset
-
Hi i am using VC7 and i want to connect mysql 5.1 through odbc driver mysql 5.0. i have conncect database by cdatabase class . after successfuly open the database we called open method of Crecordset but it give exception. CRecordSet rs(m_db);// rs.open(CRecordSet::Dynaset,"Select * form Tablename",CRecordSet::none); above line guve exception aboiut dynaset. we are unable to call open function of Crecordset.
-
Hi i am using VC7 and i want to connect mysql 5.1 through odbc driver mysql 5.0. i have conncect database by cdatabase class . after successfuly open the database we called open method of Crecordset but it give exception. CRecordSet rs(m_db);// rs.open(CRecordSet::Dynaset,"Select * form Tablename",CRecordSet::none); above line guve exception aboiut dynaset. we are unable to call open function of Crecordset.
Please post this in the Visual C++ forums - you'll have more of a chance there. This forum is for Windows Presentation Foundation, Windows Communication Foundation and Workflow Foundation.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Please post this in the Visual C++ forums - you'll have more of a chance there. This forum is for Windows Presentation Foundation, Windows Communication Foundation and Workflow Foundation.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
sorry i have some mistake