|
|
ezScript 1.4 | Description : Script Engine for
ElevateDB - current build 1.4.0.4500 On-the-fly create and restructure an ElevateDB database. |
Sample Application | |||
|---|---|---|---|---|---|---|
Delphi
2010, XE
|
ezScript engine for ElevateDB: After integrating the source code into your application, you will be able to create/update very easy an ElevateDB database. Very useful in the first couple of years of a new application, when changes to the table structures happens more often. Works fine under Delphi XE, 2010 and perhaps it can easily be downgraded to Delphi 2007. See for yourself here (jpg, aprox 200KB). How it works. You can use the free wizard provided to create a new script file or to "import" from an existing ElevateDB database (the import will not do Stores and Jobs). Once you have the script, you compile it in your application and release it to the users (a small demo project is provided so you can see how this works). If, at a later time, you decide to make some changes to the database, like add, alter or drop a table, view, procedure or function you do so by modifying the script (manually or using the wizard), recompile the application and release the new version. On client's site, the application uses the script to create the database if it does not exist or to upgrade an existing database. Leaving aside the core library code, at the application level all this happens with one line of code. If you register Sources (core), you'll get:
If you register Sources (core + wizard), you'll get all of the above plus
This is what the wizard can do right now:
* Importing from ADO requires a little bit of intervention in order to adjust some SQL to Elevate's language features. ** Importing from BDE, DBISAM or ElevateDB database is 100% *** From Interbase it imports tables, views, procs, constraints |
Built projects: The application: setup (2.2MB) Feb 10, 2012. Please read the readme file after installation.
|
||||