| |
|
|
| |
|
|
| |
| |
|
In this assignment you'll write the VB.Net code for a SQL script interpreter,
that is a program that can read an SQL script and execute its statements.
Later in the course you will use this interpreter to run the case
study's SQL
database schema creation scripts against a (blank) database.

Click here to download a
demo
version of the program that runs against a Microsoft SQL 2008 database.
Click here to download a demo SQL script file.
To run the program: