<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.omnidex.com/docs/v51/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/v51/feed.php">
        <title>Documentation dev:jdbc</title>
        <description></description>
        <link>https://www.omnidex.com/docs/v51/</link>
        <image rdf:resource="https://www.omnidex.com/docs/v51/lib/tpl/simple/images/favicon.ico" />
       <dc:date>2026-04-23T10:19:42+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:home&amp;rev=1351263063&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:router&amp;rev=1351263063&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:sample&amp;rev=1351263063&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.omnidex.com/docs/v51/lib/tpl/simple/images/favicon.ico">
        <title>Documentation</title>
        <link>https://www.omnidex.com/docs/v51/</link>
        <url>https://www.omnidex.com/docs/v51/lib/tpl/simple/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:home&amp;rev=1351263063&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:51:03+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:jdbc:home</title>
        <link>https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:home&amp;rev=1351263063&amp;do=diff</link>
        <description>Development: JDBC Interface

Overview | Sample Java Program

----------

Overview

The Omnidex JDBC Driver is a standard-compliant JDBC driver that provides Java access to Omnidex Environments.  The Omnidex JDBC Driver is supported on Microsoft Windows and Linux operating systems.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:router&amp;rev=1351263063&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:51:03+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:jdbc:router</title>
        <link>https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:router&amp;rev=1351263063&amp;do=diff</link>
        <description>Omnidex JDBC Intelligent Router

Overview

The Omnidex JDBC Intelligent Router is a front-end JDBC Driver that allows queries to be evaluated and then directed to other JDBC drivers based on a set of business rules.   

This allows companies to distribute statements across a variety of drivers and servers.  Statements can be directed to specific servers based on the type of statement, and even the syntax of the SQL.  Statements can also be directed to specific servers based on whether they are f…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:sample&amp;rev=1351263063&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:51:03+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:jdbc:sample</title>
        <link>https://www.omnidex.com/docs/v51/doku.php?id=dev:jdbc:sample&amp;rev=1351263063&amp;do=diff</link>
        <description>Development: JDBC Interface

Overview | Sample Java Program

----------

Sample Java Program

The following is a very simple Java program that shows a basic connection to an Omnidex Environment and simple query processing.


/* Omnidex JDBC Example: Simple Select */

import java.io.*;
import java.sql.*;

public class OdxJDBCSample
{
  public OdxJDBCSample()
  {
  }

  // Main
  public static void main(String[] args)
  {
    // Declare JDBC objects
    Connection conn = null;
    Statement stmt =…</description>
    </item>
</rdf:RDF>
