Home > Software engineering >  ADO to access mysql database
ADO to access mysql database

Time:09-27

Mysql char types, MFC written as (char *) (_bstr_t) m_pRecordset - & gt; GetCollect (" text ");
Mysql type int, MFC written as atoi ((char *) (_bstr_t) m_pRecordset - & gt; GetCollect (" text "));
What is your mysql text-type, MFC?
Thank you very much!

CodePudding user response:

Mysql into VC cstrings text type??

CodePudding user response:

https://zhidao.baidu.com/question/544158406.html

CodePudding user response:

 
Cstrings m_StringID;
M_StringID=(LPCSTR) _bstr_t (m_pRecordset - & gt; FeatureID GetCollect (" "));

CodePudding user response:

Best without ADO, interface DLL with mysql belt, bag,

Need to mySQL. H and Libmysql. Lib and DLL package support
Mysql with examples

CodePudding user response:

Cstrings l_temp=m_pRecordset - & gt; FeatureID GetCollect (" "). BSTR

CodePudding user response:

Cstrings l_temp=m_pRecordset - & gt; FeatureID GetCollect (" "). BstrVal
  • Related