Hi !
I make Visual C++ application.
I get data in AS400.
here in database have two formats: Char and Decimal.
My question:
How i format desimal ?
CString ss="15";
int ee=79595;
m_pSet->Close();
m_pSet->m_strFilter.Format("EMPLOYER='%s'AND WRKNUMBER='%?'",ss,ee);
m_pSet->Open();
Char EMPLOYER='%s' , CString
decimal WRKNUMBER=?? , CString ?
Thanks for help
I make Visual C++ application.
I get data in AS400.
here in database have two formats: Char and Decimal.
My question:
How i format desimal ?
CString ss="15";
int ee=79595;
m_pSet->Close();
m_pSet->m_strFilter.Format("EMPLOYER='%s'AND WRKNUMBER='%?'",ss,ee);
m_pSet->Open();
Char EMPLOYER='%s' , CString
decimal WRKNUMBER=?? , CString ?
Thanks for help