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!

Connecting to Btrieve with VB 6

Status
Not open for further replies.

pmitter

Programmer
Jun 17, 2002
3
CA
I am trying to figure out the fastest connection to Btrieve files (Platinum for Windows) through Visual Basic 6. Running Pervasive.sql Version 7.0. Have been writing programs in Visual Foxpro using ODBC connections up to this point. I've heard Visual Basic can access faster - through ADO? I don't seem to have the activeX files to add in that I need.

Any help or suggestions would be much appreciated. Is the Pervasive 2000 engine easier to do this than version 7? (though I'm not sure if we will be upgrading or not.)
 
Pmitter,

If you get the software developers kit from Pervasive you can use transactional access rather than relative. It's supposed to be much quicker.

Tom
 
Pmitter,

ADO is the engine MS is using for data access, it usually still uses ODBC to connect. You can use Pervasive tools in your app (without having SDK. Just add PVSWInstallpath\BIN\PVDCM.dll as a reference and it will allow you to approach your Pervasive database through the pervasive client.

By the way there are several of these dll's which allow you to control pervasive tools from your VB application (such as PCC)

Hans
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top