PDA

View Full Version : host variable for selecting decimal(25,3) in Pro C/C++


sharad_mudgil
09-23-02, 02:53
I need to select a field, of datatype decimal(25,3) into a host varibale. So, something greater than double is required. Can you suggest something?

WingMan
09-23-02, 10:46
What about a Long Double ??