Tutorial - Get Started with BizBlox
BizBlox includes a simple example project (in both C# and VB.NET), which will have you up and
running in no time.
You must first download the evaluation version of BizBlox,
and run the installer, using the default installation options.
Then, just follow these easy steps.
1. Setup the database
To use the example project, you must first create a database, and run a small
SQL script.
The simplest way to do this is using SQL Server 2000 Enterprise Manager and Query Analyzer.
In Enterprise Manager, open your instance of SQL Server, and right-click on the Databases folder.
Select New Database. Name your new database BizBloxExamples.
Now, open Query Analyzer, and connect to the BizBloxExamples database you have just
created. Select File > Open, and open the following file:
C:\Program Files\Pixolüt Industries\BizBlox\BizBloxCSExamples\SQLScripts\test.sql
When the file loads, click the Execute Query button, or press F5 to run the SQL script.
This will create three tables in your database - Food, Student and LunchOrder.
Step 2: Setup the Project >>