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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ole cursor location error

Status
Not open for further replies.

mterveen

Technical User
May 16, 2000
18
US
Don't quite know which forum to put this in so sorry if wrong one.

Having trouble with linked server under sql server 7.0 that links to .dbf files using ms jet ole 4.0 provider. when i query a large table it returns around 1000 records then bombs out with error "search key not found in any record".

so, set up a new vb project with 1 form, 1 adodc control and a text box linked to the adodc control. adodc connection string uses ms jet ole db 4.0 provider with dbase iii as extended properties, problem table as source.

with cursor location set to client bombs out with e_fail error message. with cursor location set to server it works. so solution then would be to use server cursor on linked server.

question is: 1) why does it bomb out with client cursor and 2) how do you designate cursor location with a linked server.

thx for any help.
 


Do you have the latest Jet service pack (8?)...?





Mark

"You guys pair up in groups of three, then line up in a circle."
- Bill Peterson, a Florida State football coach
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top