How do I re-enable the login dialog?

December 16th, 2009

Question

When I first launch our application, a dialog asks me for the database/password.  I clicked the box to save these results and not prompt the next time.

How do I get it to prompt me again?

Read the rest of this entry »

Technical FAQ – Btrieve – Microsoft SQL Server

December 16th, 2009

This post is a “living” document – it will be added to over time to provide everything you need to know about administering the Microsoft SQL server to host Btrieve data.
Read the rest of this entry »

Technical FAQ – Btrieve – Oracle

December 16th, 2009

This post is a “living” document – it will be added to over time to provide everything you need to know about administering the Oracle server to host Btrieve data.
Read the rest of this entry »

Testing Btrieve and SQL side by side

December 9th, 2009

The Task

In the initial phases of your evaluation of the Mertech SQL solution, you probably want to compare and contrast your application running against Btrieve and against SQL. Perhaps you want to compare dialogs or reports to ensure the data is all looking the same; or you may want to compare speed.

Read the rest of this entry »

Obtaining The Version Of The Mertech Driver In Use

November 9th, 2009

When an application has been ported from Btrieve to a SQL backend and the Btrieve access dll (w3btrv7 or wbtrv32) has been replaced, the application does not have any indication the backend has changed.  Perhaps you would like the application to verify which backend is in use or you want to be sure the correct version of the Mertech driver is installed.  This can be done through a standard BTRV function call using B_EXTENDED_VERSION (5026) defined in mds_btrieve.h provided with our driver SDK.
Read the rest of this entry »