bernardmanning
Programmer
Hi,
I wonder if somebody could shed some light on a problem i'm having using remote views to connect to a sql server database.
I'm seeing a problem where a view is not returning a recordset when it should do, stopping and starting the sql service and re-running my app makes the data show up correctly.
I've looked at the list of locks in sql server using the sp_lock stored procedure and see only shared locks.
I've checked my connection properties and the querytimeout and idletimeout properties are set to zero , wait forever,
has anybody got any suggestions?
Thanks, bernard
I wonder if somebody could shed some light on a problem i'm having using remote views to connect to a sql server database.
I'm seeing a problem where a view is not returning a recordset when it should do, stopping and starting the sql service and re-running my app makes the data show up correctly.
I've looked at the list of locks in sql server using the sp_lock stored procedure and see only shared locks.
I've checked my connection properties and the querytimeout and idletimeout properties are set to zero , wait forever,
has anybody got any suggestions?
Thanks, bernard