4571 |
|
|
4572 |
|
------------------------------------------------------ |
4573 |
|
Running Test 21: Exercise setting and getting of numeric data types |
4574 |
+ |
1234.567 parsed to 1234567 scale = -3 |
4575 |
+ |
As Float = 1.2345670000000000E+003 |
4576 |
+ |
-765.4321 parsed to -7654321 scale = -4 |
4577 |
+ |
As Float = -7.6543209999999999E+002 |
4578 |
+ |
0.1 parsed to 1 scale = -1 |
4579 |
+ |
As Float = 1.0000000000000001E-001 |
4580 |
+ |
0.01 parsed to 1 scale = -2 |
4581 |
+ |
As Float = 1.0000000000000000E-002 |
4582 |
+ |
+123 parsed to 123 scale = 0 |
4583 |
+ |
As Float = 1.2300000000000000E+002 |
4584 |
+ |
1.23456E308 parsed to 123456 scale = 303 |
4585 |
+ |
As Float = 1.2345600000000001E+308 |
4586 |
+ |
-1.2e-02 parsed to -12 scale = -3 |
4587 |
+ |
As Float = -1.2000000000000000E-002 |
4588 |
+ |
10. parsed to 10 scale = 0 |
4589 |
+ |
As Float = 1.0000000000000000E+001 |
4590 |
+ |
.12 parsed to 12 scale = -2 |
4591 |
+ |
As Float = 1.2000000000000000E-001 |
4592 |
+ |
0.12 parsed to 12 scale = -2 |
4593 |
+ |
As Float = 1.2000000000000000E-001 |
4594 |
+ |
Parsing of 1.2E1.2 failed |
4595 |
+ |
Parsing of 1,000 failed |
4596 |
+ |
Parsing of 1e1e1 failed |
4597 |
+ |
Parsing of 1.2+3 failed |
4598 |
|
SQL Params |
4599 |
|
SQLType =SQL_LONG |
4600 |
|
sub type = 0 |