OpenX Architecture.
  • The Connection Object

  • The Connection object represents a connection to the SQL Server.
  • The Command Object

  • The Command object represents a command (also known as a query or statement) that can be processed by the SQL Server. Commands can return rows or not, and can also handle parameters.
    Commands can be simple SQL statements, TSQL statements or calls to stored procedures in the database.
    Command object supports all SQL Server datatypes including text and image.


    Compatibility
    Native API Support
  • Oracle OCI7, OCI8
  • Sybase Open Client v10.0 or higher
  • Microsoft DB-Lib v6.0 or higher
  • Microsoft OLEDB
  • IBM DB2 CLI v6.x or higher
  • Informix CLI v2.x or higher
  • InterBase Client API v5.x or higher
  • SQLBase CAPI v6.x or higher
  • MySQL C API version 3.23.x or higher
  • ODBC v3.0 ot higher
  • Operating System
  • Windows NT 4.0
  • Windows 2000
  • Windows XP
    Component Type
  • COM+ Object/ActiveX DLL/In-Process Server
  • Supports Supports Free Threading
    and Apartment Model Multi-Threading
  • Supports JIT, Events and Statistics
    Year 2000 Compliance
  • Yes
  •