H
hunt n peck
Could anyone please shed a little light on how VB converts from Single to
string?
This is what it gives:
SINGLE STRING
4583.3335 "4583.333"
2500.00 "2500"
8750.001 8750.001
18333.332 18333.33
It is screwing up my SQL queries because it seems to randomly choose to
round and change my numbers. Any advice?
Paul
string?
This is what it gives:
SINGLE STRING
4583.3335 "4583.333"
2500.00 "2500"
8750.001 8750.001
18333.332 18333.33
It is screwing up my SQL queries because it seems to randomly choose to
round and change my numbers. Any advice?
Paul