Difference between revisions of "Database Connectivity"

From PresenceWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
Presence can connect to just about every Relational Database that support either JDBC or ODBC, below are some examples of the connection parameters
 +
 +
 
* [[Connecting To Access]]
 
* [[Connecting To Access]]
 
How to integrate Microsoft Access within Presence
 
How to integrate Microsoft Access within Presence
Line 16: Line 19:
 
* [[Connecting to DB2]]
 
* [[Connecting to DB2]]
 
Instructions on connecting to IBM's DB2 Server
 
Instructions on connecting to IBM's DB2 Server
 +
 +
* [[Connecting To HyperSQL (hsqldb)]]
 +
How to use Presence with Hyper SQL
  
 
=== Further Reading ===
 
=== Further Reading ===

Latest revision as of 14:14, 12 August 2015

Presence can connect to just about every Relational Database that support either JDBC or ODBC, below are some examples of the connection parameters


How to integrate Microsoft Access within Presence

How to use Presence with Microsoft SQL Server

How to use Presence with your AS400 / iSeries

How to use Presence with Pointbase

How to use Presence to connect with your Oracle server or cluster

Instructions on connecting to IBM's DB2 Server

How to use Presence with Hyper SQL

Further Reading

For more info on how to create the database connection see Database Resource

For an overview of the SQL Node that we use to run SQL statements see SQL Statement Nodes