Using ODBC native client 10.0.
I open a connection to my sql server (Win 2008 SP 1 x64, SQLSRV 2008).
The program (VB6) run ok but when I do a lot of consecutive queries, I get
the mesage :
DBNetLib ConnectionOpen (Connect()) -2147407259 80004005 This server does
not exist or access is denied.
I don't understand.
The program connect ok, run ok but some times I have this message.
After this message, no connection is possible during 3 or 4 minutes !!!????
Anyone have an idea ??!!
Thank you and sorry for my English !!
"Mich..." wrote:
Hi,
CHeck the link which deals with the exceptions on DBNETLib....
http://msdn.microsoft.com/en-us/library/aa560429%28BTS.10%29.aspx
bye.