Hello All;
I use a filemaker database with vee in which i write and i read some data through an ODBC Connector.
Database's setup is made with .NET objects (.net Objects, System.Data.Odbc.OdbcConnection).
I want read the error code return by Filemaker (not by vee) to use it after in my software.
Please, do you have a tip to solve my problem and to read this information ?
Thanks to all
Alexis
PS: Sorry for my english
I use a filemaker database with vee in which i write and i read some data through an ODBC Connector.
Database's setup is made with .NET objects (.net Objects, System.Data.Odbc.OdbcConnection).
I want read the error code return by Filemaker (not by vee) to use it after in my software.
Please, do you have a tip to solve my problem and to read this information ?
Thanks to all
Alexis
PS: Sorry for my english
In VEE, go to Help > Open Example > Error > ErrorInfo.vee is probably what you are looking for. The output of errorInfo is a record where you can see more info. At the Result of errorInfo, click on the TextArray1D for details.
Hope this helps
-mk