AsInt64 is not available
Posted: Thu 16 Nov 2006 10:23
Hi!
If I want to get an integer from a row in a table I do this:
MyQuery->FieldByName("ResultId")->AsInteger
But there is not a function like this:
MyQuery->FieldByName("ResultId")->AsInt64
How do I get a BIGINT value from MySQL database?
Regard Thomas
If I want to get an integer from a row in a table I do this:
MyQuery->FieldByName("ResultId")->AsInteger
But there is not a function like this:
MyQuery->FieldByName("ResultId")->AsInt64
How do I get a BIGINT value from MySQL database?
Regard Thomas