<?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:odbc</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-23T09:03:45+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:datasources&amp;rev=1351263064&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:filedsn&amp;rev=1351263064&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:home&amp;rev=1351263064&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:registering&amp;rev=1351263064&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:sample&amp;rev=1351263064&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:odbc:datasources&amp;rev=1351263064&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:51:04+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:odbc:datasources</title>
        <link>https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:datasources&amp;rev=1351263064&amp;do=diff</link>
        <description>Development: ODBC Interface

Overview | ODBC Datasources | Registering the Omnidex Driver | Sample C# Program |  Sample PHP Program

----------

ODBC Datasources

The standard ODBC interface uses datasources to connect to an underlying database.  Datasources provide the connection information to get to the underlying data, and each database vendor must provide their own interface to creating these datasources.  Omnidex provides several options for datasources.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:filedsn&amp;rev=1351263064&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:51:04+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:odbc:filedsn</title>
        <link>https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:filedsn&amp;rev=1351263064&amp;do=diff</link>
        <description>Development: ODBC Interface

Back to ODBC Datasources

----------

Manually Creating an ODBC File Datasource

Omnidex can use File Datasources to access Omnidex Environments.  These can be used on both Microsoft Windows and Linux platforms.  These File Datasources can be created using the wizard available from Microsoft's ODBC Data Source Administrator program, or they can be created manually using a text editor.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:home&amp;rev=1351263064&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:51:04+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:odbc:home</title>
        <link>https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:home&amp;rev=1351263064&amp;do=diff</link>
        <description>Development: ODBC Interface

Overview | ODBC Datasources | Registering the Omnidex Driver | Sample C# Program |  Sample PHP Program

----------

Overview

The Omnidex ODBC Driver is a standard-compliant ODBC driver that provides ODBC access to Omnidex Environments.  ODBC is most commonly found in a Microsoft Windows environment; however, it can also be found on UNIX platforms through available ODBC projects such as unixODBC.  Omnidex's ODBC Driver is available on both Microsoft Windows and Linux…</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:registering&amp;rev=1351263064&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:51:04+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:odbc:registering</title>
        <link>https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:registering&amp;rev=1351263064&amp;do=diff</link>
        <description>Registering the Omnidex ODBC Driver

Overview | ODBC Datasources | Registering the Omnidex Driver| Sample C# Program |  Sample PHP Program

Windows Registration

The Omnidex ODBC Driver is typically registered during the Omnidex installation process.  However, if the installation process is unable to register the Omnidex ODBC driver, DISC provides a command line utility, odbcreg, to register the driver.</description>
    </item>
    <item rdf:about="https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:sample&amp;rev=1351263064&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-26T14:51:04+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:odbc:sample</title>
        <link>https://www.omnidex.com/docs/v51/doku.php?id=dev:odbc:sample&amp;rev=1351263064&amp;do=diff</link>
        <description>Development: ODBC Interface

Overview | ODBC Datasources | Registering the Omnidex Driver | Sample C# Program |  Sample PHP Program

----------

Sample C#  Program

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


using System;
using System.Collections.Generic;
using System.Text;
using System.Data.Odbc;

namespace OdxODBCSample
{
  class OdxODBCSample
  {
    static void Main(string[] args)
    {
      Console.WriteL…</description>
    </item>
</rdf:RDF>
