Thanks for your reply,but I am using the dll file to connect with database.
So any solution on the dll file to use.I am calling like that:-- "connect/conn.dll?LOGONUSER~"
we pass the user name and password on it.
Thanks
From: | nitesh |
To: | Rick Strahl |
Thanks for your reply,but I am using the dll file to connect with database.
So any solution on the dll file to use.I am calling like that:-- "connect/conn.dll?LOGONUSER~"
we pass the user name and password on it.
Thanks
You can use the wwSQL Class which will automatically reconnect if a timeout occurs on a SQL connection.
+++ Rick ---
I am using the wc.dll in my foxpro application for connecting to the database.I have setup all dll files and code.
when I am trying to use the dll for connecting with database ,it gives the error message of timeout.I increase the timeout of connection up to 10 minutes.
Can anyone help on it.