| The Database Access Library for C++ |
To get unrestricted use of the Drivers included in the distribution
please use the following link to register on-line. Your registration code
will be sent to you by email immediately.
Check that you have selected the correct driver!
Register for Drivers of the Database Access Library
To activate you registration code add the following code to your program:
You will receive through email your registration code that will have the following form.
// This is just an example
const char* licenseName = "Your Name";
const unsigned long licenseCode[] = { 0x12345678, 0x12345678, 0x12345678, 0x12345678 };
copy this to one of your source files and add the following line to your code
before you open your model:
// unlock code for the MS-Access Driver for MSVC
theModel.registerDriver(licenseName,"dalmxsm13",
licenseCode[0],licenseCode[1],licenseCode[2],licenseCode[3]);
// unlock code for the MS-Access Driver for BCB
theModel.registerDriver(licenseName,"dalmxsb13",
licenseCode[0],licenseCode[1],licenseCode[2],licenseCode[3]);
Notice that the second parameter should have the same value as the first parameter of the Model::open method.
It is possible to purchase a source code license to the Database Access Library for C++. This
includes unrestricted use of all drivers. Moreover it makes it possible to use the library
on another platform like Linux or Unix. The source code license costs $999 and can be purchased
at the following location. After you have payed the source code will be sent to you by e-mail
with the installation instructions.
Purchase Source Code license (Select the right option)