Hii Every one,
I have problem that ' How to take integer value from GetFieldValue() function'
my query is '
"select max(UserID) from User";
and i want to get ID
Please help me ,
thanks in advance
CString userid;
userid=L
Is it a database problem?
Your problem is convert string to integer.
#using <mscorlib.dll>
using namespace System;
using namespace System::Globalization;
...
...
Convert::ToInt32( numericStr )
Choose a proper title