SQL Driver Sample Programs
From CometWiki
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
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. | 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. | ||
- | ==Setting Up | + | ==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 | + | ==Configuring MSsql== |
==Example Database and Tables== | ==Example Database and Tables== | ||
==Example IB Programs== | ==Example IB Programs== |
Revision as of 17:31, 4 December 2009
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.