Jump to content

Error querying Filemaker database from ODBC


This topic is 7326 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Environment : windows 2000 , VC 6.0

Dear all,

I have installed evaluation version of Filemaker Pro 7.0

I am trying to fetch data in filemaker database

from my VC application using ADO.

I am using the DataDirect 32 bit SequeLink 5.4 odbc driver to make a DSN based

connection.

I am successfully able to make a connectin and write into it.

But when im trying to read data from it , it gives problems.

Its observed that if it has a multiple of fields with same

datatype ( e.g. numeric) and the fields have data present in

them in the table , there is a problem in retrieving data.

ADO reports "Numeric Value out of bounds" for numeric fields

and different error if the problem is for text data type.

Does anyone have a clue whats the problem and how

it can be fixed?

Regards,

Aditya

Link to comment
Share on other sites

I have no clue, but maybe some wild ideas can help.

- Numbers will be "Decimals" as datatype, if you make use of ODBC and Text will be a "Varchar" as datatype.

- Numbers can have a precision of 400 digits. Maybe ADO can't handle this.

there is a calculation in FileMaker to set the precision.

- What about the length of the text fields?

Koen

Koen

Link to comment
Share on other sites

This topic is 7326 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.