Difference between revisions of "Database Connectivity"

From PresenceWiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==[[Connecting To Access]]==
+
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]]
 
How to integrate Microsoft Access within Presence
 
How to integrate Microsoft Access within Presence
  
==[[Connecting To SQL Server]]==
+
* [[Connecting To SQL Server]]
 
How to use Presence with Microsoft SQL Server
 
How to use Presence with Microsoft SQL Server
  
==[[Connecting To AS400 / iSeries]]==
+
* [[Connecting To AS400 / iSeries]]
 
How to use Presence with your AS400 / iSeries
 
How to use Presence with your AS400 / iSeries
  
==[[Connecting To Pointbase]]==
+
* [[Connecting To Pointbase]]
 
How to use Presence with Pointbase
 
How to use Presence with Pointbase
  
==[[Connecting to Oracle]]==
+
* [[Connecting to Oracle]]
 
How to use Presence to connect with your Oracle server or cluster
 
How to use Presence to connect with your Oracle server or cluster
  
== Further Reading ==
+
* [[Connecting to DB2]]
 +
Instructions on connecting to IBM's DB2 Server
 +
 
 +
* [[Connecting To HyperSQL (hsqldb)]]
 +
How to use Presence with Hyper SQL
 +
 
 +
=== Further Reading ===
  
 
For more info on how to create the database connection see [[Database Resource]]
 
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]]
 
For an overview of the SQL Node that we use to run SQL statements see [[SQL Statement Nodes]]

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