MySql DESCRIBE
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All How can i store MySql DESCRIBE table command in CString?I am useing
_ConnectionPtr m_pConn,RecordsetPtr pRecordset
pRecordset=m_pConn->Execute(_bstr_t(dec), 0, adCmdText);
_variant_t talble = pRecordset->GetRows(adGetRowsRest);How can i store like that CString Filed=Name; CString Type=Varchar(20); .... Plz help me