<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.omnidex.com/docs/v54/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.omnidex.com/docs/v54/feed.php">
        <title>Documentation dev:jdbc:examples</title>
        <description></description>
        <link>https://www.omnidex.com/docs/v54/</link>
        <image rdf:resource="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico" />
       <dc:date>2026-04-30T03:18:17+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=dev:jdbc:examples:odxtestconnection&amp;rev=1467153531&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v54/doku.php?id=dev:jdbc:examples:simpleselect&amp;rev=1467153531&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico">
        <title>Documentation</title>
        <link>https://www.omnidex.com/docs/v54/</link>
        <url>https://www.omnidex.com/docs/v54/lib/tpl/simple/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=dev:jdbc:examples:odxtestconnection&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:jdbc:examples:odxtestconnection</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=dev:jdbc:examples:odxtestconnection&amp;rev=1467153531&amp;do=diff</link>
        <description>/** Java Program to test a connection to the Omnidex
 *  JDBC driver.
 *	Make sure OdxNet is running
 *	Create a JDBC Datasource file with DSEDIT.
 *	Make sure there is a path setting to the Omnidex bin directory.
*/

import java.io.*;
import java.sql.*;
public class OdxTestConnection 
{
  static public void main(String args[]) 
  {
    Connection odxconnection = null;
	try 
	{ 
	   Class.forName(&quot;omnidex.jdbc.OdxJDBCDriver&quot;);
	}
	catch ( ClassNotFoundException ce ) 
	{ 
	  ce.printStackTrace();…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v54/doku.php?id=dev:jdbc:examples:simpleselect&amp;rev=1467153531&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-06-28T22:38:51+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:jdbc:examples:simpleselect</title>
        <link>https://www.omnidex.com/docs/v54/doku.php?id=dev:jdbc:examples:simpleselect&amp;rev=1467153531&amp;do=diff</link>
        <description>Java JDBC Omnidex Simple Connection/Select
  Dev    C++   C#    Java    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.</description>
    </item>
</rdf:RDF>
