I use the SQL Toolkit 2.0 with labwindows CVI. 7.1.1
My problem is how to detect cable disconnection (or database loss of connection ) when using SQL Toolkit functions.
DBConnect returns error code and its possible to dectect this problem.
But when a connexion is established, the DBRefreshParams() or DBExecutePreparedSql() functions for example return a FATAL RUN-TIME ERROR.
There is a solution to intercept the error code returned by this functions ?
( Or to avoid application interrupt ).
thanks.