Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
ADOConnection | version 1.0 | no |
This is a class for connecting to a database server. It uses the ODBC standard and on linux requires the iODBC or unixODBC libraries. Using this, you can connect to any data base server that provides an odbc interface. This control was successfully tested with: MS SQL, MySQL, Access and more. |
Connection | The connection handle as returned by the odbc library |
EndTransaction | Ends the current transaction |
LastError | The last error(s) encountered by the connection related processed, as a string |
ADOConnection | This is the standard contructor for this class and should not be used directly |
Close | Closes the current connection |
ListColumns | List columns in a table |
ListDSN | TODO: Document this |
ListTables | List the tables in a database |
Open | This function tries to connect to a odbc driver specified by the connection string |
OpenDSN | This function tries to connect to system or user DSN |
StartTransaction | Switch to user controlled transaction |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:09 2013 GMT | (c)2013 Devronium Applications |