Skip to main content

When i have a discrepancy between my data base definition and my field definition i get an "Invalid descriptor index" error message in SQLERRMC.
Is there anyway of identifying which field that pertains to?

Thanks for any help

When i have a discrepancy between my data base definition and my field definition i get an "Invalid descriptor index" error message in SQLERRMC.
Is there anyway of identifying which field that pertains to?

Thanks for any help

Sadly, no. I have hit this problem often in my development of Acu4GL, and the best I can figure out to do is to do a binary search on the fields until I find the offending field. The ODBC API just doesn't provide the information.


Sadly, no. I have hit this problem often in my development of Acu4GL, and the best I can figure out to do is to do a binary search on the fields until I find the offending field. The ODBC API just doesn't provide the information.

Ok. Thanks for your response