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