Can you post your code leading up to the use of this variable? It will be much easier to diagnose if you can do that (obviously you can leave out any sensitive information).
Quote:
|
I'm not completelly sure what a handle is (temp name of a file..?), but it should just be a simple integer variable.
|
A handle is basically the id given to connect to a specified file. In this case instead of a file, it is given to a database resource.