Hai,
Iam using VC++ application to connect remote database(MSSQL) through network.
Everything works fine, if the network connection is active. If the network breaks and resumes, the application throws "Communication Link Failure" and do not get connected even after the network is resumed.
Client :
* Windows 2000 Professional
* MDAC 2.5
* VC++, using framework- CRecordset to access database
* PEER to PEER network configuration
* DSN through ODBC
Server :
* Windows 2000 Professional
* MDAC 2.8
* MSSQL Server
how to resume the database connection ?
Any one help me?
Thanks in advance,
If an existing connection fails due to broken network connectivity the client application must open a new connection to the server.
Does the new connection fail as well? If so, what is the full error message text?
|||
No..if the application is restarted the connection resumes..
Do i have to make a new connection after the broken network connectivity? Is there any other solution without reconnecting?
|||Yes, you have to make a new connection after the broken network connectivity.
|||Thank you..
No comments:
Post a Comment