2928 |
|
|
2929 |
|
|
2930 |
|
|
2931 |
– |
|
2931 |
|
Local Backup Complete |
2932 |
|
|
2933 |
|
Local Restore |
3355 |
|
|
3356 |
|
------------------------------------------------------ |
3357 |
|
Running Test 21: Exercise setting and getting of numeric data types |
3358 |
+ |
1234.567 parsed to 1234567 scale = -3 |
3359 |
+ |
As Float = 1.2345670000000000E+003 |
3360 |
+ |
-765.4321 parsed to -7654321 scale = -4 |
3361 |
+ |
As Float = -7.6543209999999999E+002 |
3362 |
+ |
0.1 parsed to 1 scale = -1 |
3363 |
+ |
As Float = 1.0000000000000001E-001 |
3364 |
+ |
0.01 parsed to 1 scale = -2 |
3365 |
+ |
As Float = 1.0000000000000000E-002 |
3366 |
+ |
+123 parsed to 123 scale = 0 |
3367 |
+ |
As Float = 1.2300000000000000E+002 |
3368 |
+ |
1.23456E308 parsed to 123456 scale = 303 |
3369 |
+ |
As Float = 1.2345600000000001E+308 |
3370 |
+ |
-1.2e-02 parsed to -12 scale = -3 |
3371 |
+ |
As Float = -1.2000000000000000E-002 |
3372 |
+ |
10. parsed to 10 scale = 0 |
3373 |
+ |
As Float = 1.0000000000000000E+001 |
3374 |
+ |
.12 parsed to 12 scale = -2 |
3375 |
+ |
As Float = 1.2000000000000000E-001 |
3376 |
+ |
0.12 parsed to 12 scale = -2 |
3377 |
+ |
As Float = 1.2000000000000000E-001 |
3378 |
+ |
Parsing of 1.2E1.2 failed |
3379 |
+ |
Parsing of 1,000 failed |
3380 |
+ |
Parsing of 1e1e1 failed |
3381 |
+ |
Parsing of 1.2+3 failed |
3382 |
|
SQL Params |
3383 |
|
SQLType =SQL_LONG |
3384 |
|
sub type = 0 |