C
cj
I have a comma delimited file with 2 numeric columns. The first is just
a decimal number that seems to have a max of 1 decimal place. The last
column is money BUT very tiny increments of money. Note all this is
included as text in the CSV file. I plan to read this csv file into a
SQL 2000 DB using VB 2003. What data type should I use in the SQL DB?
What data type should the variables be in VB? I will be adding and
subtracting these numbers. Thanks!
"SACRAMENTO,CA","1.5",".048"
"CARROLLTON,GA","21.5",".165"
"LAUREL ,MD",".3",".273"
"MONTGOMERY,AL","1","0"
"HARRISONBG,VA",".3","0"
a decimal number that seems to have a max of 1 decimal place. The last
column is money BUT very tiny increments of money. Note all this is
included as text in the CSV file. I plan to read this csv file into a
SQL 2000 DB using VB 2003. What data type should I use in the SQL DB?
What data type should the variables be in VB? I will be adding and
subtracting these numbers. Thanks!
"SACRAMENTO,CA","1.5",".048"
"CARROLLTON,GA","21.5",".165"
"LAUREL ,MD",".3",".273"
"MONTGOMERY,AL","1","0"
"HARRISONBG,VA",".3","0"