MySQL Plugin for REALbasic
Introduction
The MySQL Plugin for REALbasic provides a MySQL driver for the REALbasic Database API. It fully supports the REALbasic Database API, including schema editing in the IDE*.
* The MySQL plugin presently does not support the Cursor.Update and Cursor.DeleteRecord methods. These are being investigated for a future version of the MySQL Plugin.
Requirements
Installation
Known Issues
The MySQL Database Plugin doesn't support the Cursor.Update and Cursor.Delete methods. Therefore, it necessary to use direct SQL statements with the Database.SQLExecute command to Update and Delete records from a MySQL database. This issue is being investigated for a future version of the MySQL Plugin.
Version History
1.1
1.0.1
1.0
Usage
The driver may be used in REALbasic in two different ways:
The "Select MySQL Database" menu item displays the following dialog:
The fields in this dialog take the following input:
The OpenMySQLDatabase function takes the same input as arguments, and returns a REALbasic Database object:
Function OpenMySQLDatabase(host as String, database as String, user as String, password as String) as Database
MySQL Database Plugin is a product of Essence Software.
Contact:
Phone: +44 (0)1577 861917
Fax: +44 (0)1577 861914
Email: info@essencesw.com
Support: support@essencesw.com
58 Montgomery Street
Kinross
Scotland
KY13 8EB