cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I have a situation where I am using an adsdataadapter to select data from a VFP table, using two indexes

SELECT * from myTable order by [col1], [col2]

If I only use one or the other of the indexes, the adapter.fill command concludes successfully, however when I try to use both indexes at once, I get the following error:

Error 7039: File attempted to be opened for exclusive use, but it was already open by another user.

The connection string specifies shared access, the table is not open elsewhere, it is just the inclusion of two or more indexes in the select statement that triggers the error.

0 Likes

Accepted Solutions (0)

Answers (0)