Hi there,
Is there a way to check if a db connection handle is still availble? My db program need to run forever and I found that if one insertion fails, the handle seems crashed. Then when the next insertion using the same handle will kill the whole program.
Thanks in advance!
Andy