Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

OpenRowSet maintains connection after query complete

Status
Not open for further replies.

redlam

MIS
Jun 28, 2000
218
US
Hi.
I am using OpenRowSet to query a Foxpro database from SQL. The query works fine, however, SQL maintains a connection to the file long after the query completes and the query window is closed. The only way to release the connection is to stop the SQL Service. This is a problem because other users need to be able to copy, move and delete these Foxpro tables after the query is complete. Has anyone seen this before? If so, is there a better solution to release the connection other than stopping the service?
Thanks for your help.
 
Have you tried turning off the connection pooling setting in ODBC for FoxPro??

Just an idea, I have never seen this before...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top