G
Guest
Good morning
I'm trying to SUM data in an Oracle database, and plop it into my table. I'm using ODBC through a DSN with the Microsoft ODBC driver for Oracle. The column I'm summing is a two decimal field, but when my query is done executing, I have no decimals.
I created a select query to pull the data, and an append query to apply it to the table, and the select query is what is returning the data as rounded. If I execute the same query through SQLPlus I don't have this problem
I'm accessing Oracle 8i through Access 2000
Thanks in advance for your help
-Brad
I'm trying to SUM data in an Oracle database, and plop it into my table. I'm using ODBC through a DSN with the Microsoft ODBC driver for Oracle. The column I'm summing is a two decimal field, but when my query is done executing, I have no decimals.
I created a select query to pull the data, and an append query to apply it to the table, and the select query is what is returning the data as rounded. If I execute the same query through SQLPlus I don't have this problem
I'm accessing Oracle 8i through Access 2000
Thanks in advance for your help
-Brad