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

Invalid Bookmark

Status
Not open for further replies.

sjulian

Programmer
Aug 15, 2000
56
US
I'm using ADO to access a Pervasive 2000i database. I have this database installed at work on a Win98 machine and the same database at home on a WinXP Home machine. Using the exact same code, I get an Invalid Bookmark error, and can find no help on Pervasive's website.
Code:
     cnTemp.ConnectionString = "Provider=PervasiveOLEDB;Data Source=" + PathToData
    cnTemp.Open
    rsTemp.Open "PracticeTable", cnTemp, adOpenDynamic, adLockOptimistic, adCmdTable
    rsTemp.MoveFirst
    PracName = rsTemp.Fields("PRAC_NAME")
 
Do you have the same version of MDAC on the two machines? Is the PervasiveOLEDB the same version as well? What operation actually returns the Error?


info@mirtheil.com
Custom VB and Btrieve development.
Certified Pervasive Developer
Certified Pervasive Technician
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top