View Single Post
Old 12-07-2006, 07:18 PM   #4 (permalink)
Babbage
 
Newb Techie

Join Date: Dec 2004

Posts: 45

Babbage

Default

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.
Babbage is offline