M
Markus Eßmayr
Hi there,
I have a DataSet, filled using a SELECT command.
What I'd like to know is, what precision is defined for decimal columns.
Example:
CREATE TABLE ...... column1 decimal(10, 2) .......
In my application, I need to know, that this columns has 2 digits behind the
comma.
Is there a way?
Thanks in advance!
I have a DataSet, filled using a SELECT command.
What I'd like to know is, what precision is defined for decimal columns.
Example:
CREATE TABLE ...... column1 decimal(10, 2) .......
In my application, I need to know, that this columns has 2 digits behind the
comma.
Is there a way?
Thanks in advance!