DatabaseQuery

From Real Software Documentation

Jump to: navigation, search
Class (inherits from Object)

The control by which you query databases. Because its super class is Object, you can instantiate it with code, eliminating the need to actually add the control to a window.


Events
QueryComplete


Properties
Database SQLQuery


Methods
RunQuery


Examples

See the examples in the chapter "Creating Databases with Real Studio" in the User's Guide.

See Also

Database, DatabaseField, DatabaseRecord, MySQLCommunityServer, ODBCDatabase, OracleDatabase, PostgreSQLDatabase, REALSQLdatabase, RecordSet classes; DataControl control.

Personal tools