Hello,
I have read the help file about pooling option and i don't really understand what the property validate do?
Could it be possible to have an example to demonstrate in which case we should put it to true or false?
Thanks for help
Pooling option and validate
If you set Validate to True, IBDAC executes some query on the connection when TIBCConnection takes an internal connection from pool. If the internal connection is broken, the error occurs on validation. In this case IBDAC destroys this connection, and takes another connection from the pool.
You may need this option in case of unstable network.
You may need this option in case of unstable network.