Hi,
I'm using the DB Tools Open Connection.VI to write to a SQL database on a network. I open and close the connection each time I write or read from the database. This works fine as long as the computer is connected to the network. If for some reason I loose my network connection then the VI takes forever to timeout. I'm also writing to a local Microsoft Access database on the same computer. I do this just in case I do loose the network connection. My question is, it there a way to quickly run this VI if I loose my network connection? This way even though I'm not able to talk to the SQL database at least my application will keep running. I've tried to adjust the timeout time with no sucess. thanks