L
lekshmi
Hi,
I have an application written in .Net and my database is
SQLserver. In my application i am using SqlAdapters to
get the values from the database. But sometimes, values
are not returned properly to these adapters and there are
no exceptions also. At this time, all database queries
will fail and the solution to this is restart the machine
(the client, not the sqlserver)
Could this be a problem with the connection pooling?
How should i proceed to nail down the problem?
Thanks,
Lekshmi
..
I have an application written in .Net and my database is
SQLserver. In my application i am using SqlAdapters to
get the values from the database. But sometimes, values
are not returned properly to these adapters and there are
no exceptions also. At this time, all database queries
will fail and the solution to this is restart the machine
(the client, not the sqlserver)
Could this be a problem with the connection pooling?
How should i proceed to nail down the problem?
Thanks,
Lekshmi
..