Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dev:jdbc:examples:simpleselect [2009/12/07 03:26]
tdo
dev:jdbc:examples:simpleselect [2016/06/28 22:38] (current)
Line 1: Line 1:
 +{{page>:​top_add&​nofooter&​noeditbtn}}
 +<​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​
 +
 ====== Java JDBC Omnidex Simple Connection/​Select ====== ====== Java JDBC Omnidex Simple Connection/​Select ======
 ^ [[dev:home | Dev ]] ^ [[dev:​odbc:​examples:​simpleselect | C++ ]] ^ [[dev:​odbc:​examples:​csharp_simple_select |C# ]] ^ [[dev:​jdbc:​examples:​simpleselect | Java ]] ^ [[dev:​odbc:​examples:​php_select | PHP ]] ^ ^ [[dev:home | Dev ]] ^ [[dev:​odbc:​examples:​simpleselect | C++ ]] ^ [[dev:​odbc:​examples:​csharp_simple_select |C# ]] ^ [[dev:​jdbc:​examples:​simpleselect | Java ]] ^ [[dev:​odbc:​examples:​php_select | PHP ]] ^
 +
 +===== Quick Notes =====
 +  * Make sure the Java SDK is properly installed. Refer to the installation instructions accompanying the Java SDK.
 +  * Make sure the Omnidex server software is properly installed on the server.
 +  * Make sure the Orders sample database is properly installed with Omnidex.
 +  * Start an Omnidex Network Server listener on the server.
 +  * Make sure the Omnidex client software is properly installed on the client and the omnidex.jar file is in the CLASSPATH.
 +  * Create an Omnidex Data Source using Data Source Editor (DSEDIT) that connects to the orders sample database on the server, through the running Omnidex Network Server listener. This Data Source must be a File data source.
 +  * Modify the OdxJDBCTest.java file (shown below).
 +  * Compile and run OdxJDBCTest java program.
 +
 ===== Java Sample Code ===== ===== Java Sample Code =====
  
 
Back to top
dev/jdbc/examples/simpleselect.1260156371.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)