Difference between revisions of "Remote Data Connectivity"

From Recital Documentation Wiki
Jump to: navigation, search
(Summary)
(Overview of Remote Data Connectivity Functions)
Line 1: Line 1:
 
==Remote Data Connectivity==
 
==Remote Data Connectivity==
 
===Overview of Remote Data Connectivity Functions===
 
===Overview of Remote Data Connectivity Functions===
 +
* SQLCANCEL()
 +
* SQLCOLUMNS()
 +
* SQLCOMMIT()
 +
* SQLCONNECT()
 +
* SQLDISCONNECT()
 +
* SQLEXEC()
 +
* SQLGETPROP()
 +
* SQLMORERESULTS()
 +
* SQLPREPARE()
 +
* SQLROLLBACK()
 +
* SQLSETPROP()
 +
* SQLSTRINGCONNECT()
 +
* SQLTABLES()
  
 
===Overview of Recital Data Objects (RDO) ===
 
===Overview of Recital Data Objects (RDO) ===

Revision as of 11:20, 16 December 2009

Remote Data Connectivity

Overview of Remote Data Connectivity Functions

  • SQLCANCEL()
  • SQLCOLUMNS()
  • SQLCOMMIT()
  • SQLCONNECT()
  • SQLDISCONNECT()
  • SQLEXEC()
  • SQLGETPROP()
  • SQLMORERESULTS()
  • SQLPREPARE()
  • SQLROLLBACK()
  • SQLSETPROP()
  • SQLSTRINGCONNECT()
  • SQLTABLES()

Overview of Recital Data Objects (RDO)

Using Recital Client/Server

Using Recital with MySQL

Using Recital with PostgreSQL

Using Recital with Oracle

Using Recital with DB2