I need some pointing in the right direction
I have an app that passed data to a remote SQL
server, the problem however is that the SQL
server may not be available at all times and
this slows down my app incredibly,
what I have done is moved the number crunching
section into an ActiveX DLL as a set of functions
and the section of code that speaks to the server
into an out of process ActiveX EXE, the problem
is that the app is still waiting if the SQL server
is not available.
any hints, tips, direction, would be greatly
appreciated!
BTW, Please reply directly where possible~