
Current version 2.2
Note: Upgrade is free for current customers.
System Requirements:
Windows 2000/XP/2003/Vista
128Mb RAM or more
The DBWScript is the software for MS Access databases to generate sql scripts.
It is nice to have the Data Definition Language (DDL) script working with a database.
It serves for such aims as:
- to get the DDL script of the MS Access database
- to get the data/content script
- to recreate a database schema (tables, fields, indexes, keys, constraints)
- to store the creation script in the source control as a text file
- to quickly modify the creation script and create a new database
- to get a part of the DDL script and to use it in an application
and solve other similar problems.
The DBWScript helps to solve these tasks and converts the MDB file structure to the creation script. To do this, simply choose a MS Access database and the script will be generated.

DBWScript can be used with the command line parameters. It allows you to run it using the build system like ant, nant, msbuild and so on.
| /s | - generate the database schema |
| /d | - generate the database data |
| /utf8 | - write the script as utf-8 file |
| /utf16 | - write the script as utf-16 file |
| /e | - show an error message in the console instead of the message box |

The distribution kit also includes DBWConsole, the tool to execute the DDL scripts. It has a user friendly interface and is simple in use. You can open the existing database File > Open Mdb or create a new one File > Create Mdb.
Then put the creation script into the window or load from a file using File > Open SQL.
And then run the script pressing the Run button.
Read more about DBWConsole usage