Hi there,
I'm developing a c# window's solution with an interaction with a filemaker's odbc connection.
This application may send some sql request on inexistent tables or columns.
Is there specific code or message in the filemaker's reply? My goal is intercept this code, message to make an identification of the error's type and write a comprehensive message to the user.
[edit]
I find a code and a message send by mysql.
for a unknown column, filemaker says
Message "Error in Result Column"
SQLState : HY000
NativeError : -203
The SQLState is always the same for the different kind of errors (HY000), but the NativeError number changes.
Where may i find a list of this code? I've nothing found in Filemaker' doc
Thanks a lot...
[/edit]
Thanks and sorry for my english....
Shewif