Refresh Database
Managed C++/CLI
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All I am using mysql,::_RecordsetPtr pRecordset and ODBC.I create database through code It's work fine but i want to use refresh after creating database.There is any way to refresh mysql database through code.Plz help me
What do you mean by refresh database? And why are you using ODBC to connect MySQL from Managed code? A better alternative would be the connector provided by MySQL.
Best wishes, Navaneeth