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

i wonder if i copy betrieve files from there db

Status
Not open for further replies.

avihaimar

Programmer
Jul 30, 2003
38
IL
And I put them in another computer that doesn’t have a btrieve kernel can I now read these files???

I m a beginner in btrieve so I maybe write stupid question so I m apologize about the
 
You need an engine to read the files. The engine typically resides on the same machine as the data but an application must be able to access an engine to read the data.


info@mirtheil.com
Custom VB and Btrieve development.
Certified Pervasive Developer
Certified Pervasive Technician
 
I have an old engine 6.15 but have news files from later version and I have problem to read the new files maybe because that the old engine doesn’t support them so I wonder if it is good direction to try a direct reading without odbc and if any one have an example to java code or vb code for direct connect


Thank you a lot
This is my final project and I m desperate and I m willing to pay for solution

Thank you
 
You can download a newer version of the engine from The current version is V8. Older versions of the engine will not read newer files.
As far as performance, the Btrieve API is the fastest way to get data from Btrieve files. As far as using ODBC, you'll need DDFs too. THere are samples on the Pervasive web site for both Java using JCL and JDBC and Btrieve API. You'll need to know the record structure to use any of these methods.


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