| |
|
|
| |
|
|
| |
| |
|
Although MS Access offers a small text-based interface for running SQL
commands, it lacks an SQL script interpreter; i.e.,
a facility that can read an SQL script and execute its statements. In
this assignment you'll write the VB.Net code for such an interpreter.
Later in the course you will use this interpreter to run the case
study's SQL
database schema creation scripts against a (blank) Access database.

Click here to download a
demo
version of the program that runs against an Access 2003 database.
Click here to download a
demo
version of the program that runs against an Access 2007 database.
Click here to download a demo SQL script file.
To run the program: