I'm doing some timings of an app I am working on that needs to be super fast. It is using a Microsoft Access database currently but in production mode will either be SQL Anywhere or SQL Server.
What is really weird is that the DISCONNECT is taking 3 times as long as the CONNECT. The amount of time is small, 11ms verses 34ms. This could just be weirdness of Access.
Any comments regarding the connect/disconnect process would be appreciated.
I am getting the timings using this function:
Function ulong timeGetTime () Library "winmm.dll"