This HTML5 document contains 32 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n10https://www.openlinksw.com/about/id/entity/urn/howto:
n27http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n11http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep9#
n13http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep7#
n15http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep5#
n2http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuide#
n18http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep3#
n23https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
oplsofthttp://www.openlinksw.com/ontology/software#
wdrshttp://www.w3.org/2007/05/powder-s#
n20http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep1#
n12http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep10#
schemahttp://schema.org/
n7https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n4https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n9https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n6http://wikis.openlinksw.com:8892/UdaWikiWeb/
n16https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n26http://data.openlinksw.com/oplweb/opsys_family/Windows#
n8http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n19http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep4#
n14http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep8#
n21http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep2#
n22https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n17http://data.openlinksw.com/oplweb/uda/howto/WindowsSampleAppUsageC++DemoUsageGuideStep6#
xsdhhttp://www.w3.org/2001/XMLSchema#
n24https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/uda2.openlinksw.com/data/turtle/general/

Statements

Subject Item
n2:this
schema:description
Testing ODBC DSNs on Windows, with C++ Demo Testing ODBC DSNs on Windows, with C++ Demo
wdrs:describedby
n4:products n7:uda-howtos.ttl n8:uda-howtos-seo.ttl n9:uda-howtos.ttl n10:island n16:seo n22:webs n23:seo n24:UDAHowAndStepByGuides.ttl n4:websites n9:uda-howtos-qa.ttl n27:offers
schema:name
Testing ODBC DSNs on Windows, with C++ Demo Testing ODBC DSNs on Windows, with C++ Demo
oplsoft:hasOperatingSystemFamily
n26:this
schema:category
Usage Guide
schema:relatedLink
n6:TestingWindowsODBCDSNs
schema:text
<ol> <li> <p>C++ Demo is a simple ODBC-based Interactive SQL processor written, as may be obvious from its name, in C++. The binary executable may be found at:</p> <pre><code>&lt;OPENLINK_INSTALLATION_DIRECTORY&gt;\samples\odbc</code></pre> <p>As with other sample applications we ship, when source code is available, it may be found alongside the executable.</p> </li> <li> <p>Be sure to launch the tool appropriate to the Driver and DSN you are testing:</p> <ul> <li> <strong>Driver/DSN:</strong> Windows - 64-bit <br> <strong>Default location:</strong> C:\Program Files\OpenLink Software\UDA\Samples\Odbc\cppdemo.exe </li> <li> <strong>Driver/DSN:</strong> 32-bit Windows - 64-bit <br> <strong>Default location:</strong> C:\Program Files (x86)\OpenLink Software\UDA\Samples\Odbc\cppdemo.exe </li> <li> <strong>Driver/DSN:</strong> 32-bit Windows - 32-bit <br> <strong>Default location:</strong> C:\Program Files\OpenLink Software\UDA\Samples\Odbc\cppdemo.exe </li> </ul> </li> <li> <p>Once the app has launched, select menu item <strong>Environment</strong> &gt;&gt; <strong>Open Connection</strong>. The ODBC Driver Manager will present a list of available ODBC DSNs. Select the DSN to which you wish to connect ("Informix 7 on Local" has been selected, below).</p> <p>You will be presented with a Login Dialog. Enter the user name and password for the target database, and click <strong>Connect</strong>.</p> </li> <li> <p>You should now be connected to the chosen data source. Use the <strong>SQL</strong> &gt;&gt; <strong>Execute SQL</strong> menu item to get the SQL input dialog. Enter any valid SQL statement (see example in the screenshot), and click <strong>OK</strong>.</p> </li> <li> <p>You will be presented with the results of your query. Close the connection by selecting the <strong>Environment</strong> &gt;&gt; <strong>Close Connection</strong> menu item. Exiting the application through any normal Windows pattern will also close the connection.</p> </li> </ol> <ol> <li> <p>C++ Demo is a simple ODBC-based Interactive SQL processor written, as may be obvious from its name, in C++. The binary executable may be found at:</p> <pre><code>&lt;OPENLINK_INSTALLATION_DIRECTORY&gt;\samples\odbc</code></pre> <p>As with other sample applications we ship, when source code is available, it may be found alongside the executable.</p> </li> <li> <p>Be sure to launch the tool appropriate to the Driver and DSN you are testing:</p> <ul> <li> <strong>Driver/DSN:</strong> Windows - 64-bit <br> <strong>Default location:</strong> C:\Program Files\OpenLink Software\UDA\Samples\Odbc\cppdemo.exe </li> <li> <strong>Driver/DSN:</strong> 32-bit Windows - 64-bit <br> <strong>Default location:</strong> C:\Program Files (x86)\OpenLink Software\UDA\Samples\Odbc\cppdemo.exe </li> <li> <strong>Driver/DSN:</strong> 32-bit Windows - 32-bit <br> <strong>Default location:</strong> C:\Program Files\OpenLink Software\UDA\Samples\Odbc\cppdemo.exe </li> </ul> </li> <li> <p>Once the app has launched, select menu item <strong>Environment</strong> &gt;&gt; <strong>Open Connection</strong>. The ODBC Driver Manager will present a list of available ODBC DSNs. Select the DSN to which you wish to connect ("Informix 7 on Local" has been selected, below).</p> <p>You will be presented with a Login Dialog. Enter the user name and password for the target database, and click <strong>Connect</strong>.</p> </li> <li> <p>You should now be connected to the chosen data source. Use the <strong>SQL</strong> &gt;&gt; <strong>Execute SQL</strong> menu item to get the SQL input dialog. Enter any valid SQL statement (see example in the screenshot), and click <strong>OK</strong>.</p> </li> <li> <p>You will be presented with the results of your query. Close the connection by selecting the <strong>Environment</strong> &gt;&gt; <strong>Close Connection</strong> menu item. Exiting the application through any normal Windows pattern will also close the connection.</p> </li> </ol>
rdf:type
schema:HowTo
schema:step
n11:this n12:this n13:this n14:this n15:this n17:this n18:this n19:this n20:this n21:this