I have a 4D database that I'm trying to get data from (and export to an SQL DB) using their ODBC Driver.
Most of the tables I can read, so I know the driver works.
But I have 5 tables that throw 4 diferent exceptions in the Fill method of the OdbcDataAdapter.
- an exception with an empty message
- duplicate column exception(in the doc OdbcDataAdapter Fill should be able to overcome this)
- ERROR [S1000] [Simba][Simba ODBC Driver][Codebase File Library]
- Attempted to read or write protected memory
I'm reading MS documentation, but I dont have access to 4D documentation.
My hope is that someone here as had some experience with this kind of situation and can point me in the right direction.
Thanks in advance.