C/ODBC not returning all records from a table

ronacaxtonronacaxton Member Posts: 4
edited 2004-05-12 in Navision Attain
I'm using C/ODBC from Java trying to get all records from the G/L Entry table. Everytime I pull all non-numeric fields, I get all records. When I try and get the Amout field, I don't get all records and get an ODBC error that says: UNKNOWN ODBC ERROR - NAVISION FINANCIALS.

Does anyone have an answer for pulling amount fields in C/ODBC?

All help appreciated.

Comments

  • chandruchandru Member Posts: 15
    i guess that cud be overflow error...java may not handle..very big decimals..else while pulling the data as string..check whether u are getting commas in the no.s..check it out
    You cannot discover new ocean unless you have the courage to lose sight ofthe shore.
Sign In or Register to comment.