SQL Driver Sample Programs

From CometWiki

Revision as of 17:32, 4 December 2009 by Skrach (Talk | contribs)
Jump to: navigation, search

This page shows how to set up MySql and sample IB programs to give you a better idea how the SQL Driver works in Comet. Please refer to the SQL Driver page for a more thorough reference.

Contents

Setting Up MySql Community Server

In order to start using the SQL Driver in Comet, you must have access to a MySql database somewhere. It can be on your local machine, on the local network, or out on the internet somewhere. If you already have a MySql database server installed and configured, please skip forward to the Example Database and Tables section.

Configuring MSsql

Example Database and Tables

Example IB Programs