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

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

Namespace Prefixes

PrefixIRI
n18http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep6#
n27https://www.openlinksw.com/about/id/entity/urn/howto:
n28http://data.openlinksw.com/oplweb/
n8http://data.openlinksw.com/oplweb/opsys_family/
n11http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep4#
n13http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep2#
n19http://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n2http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuide#
oplsofthttp://www.openlinksw.com/ontology/software#
n23https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:uda:howto:
n25http://data.openlinksw.com/oplweb/dbms_family/SQLServer#
wdrshttp://www.w3.org/2007/05/powder-s#
schemahttp://schema.org/
n12http://wikis.openlinksw.com/UdaWikiWeb/
n17https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/data/turtle/general/
n21https://www.openlinksw.com/about/id/entity/urn/data:openlink:
n6http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep10#
n16http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep9#
n20http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep7#
n9http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep5#
n4https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
n14http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep3#
n24http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep1#
n29https://www.openlinksw.com/about/id/entity/urn/mdata:websites:google:
n10http://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/data/turtle/general/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n26https://www.openlinksw.com/about/id/entity/urn/data:opl:web:seo:mdata:
n30http://data.openlinksw.com/oplweb/product_format/mt#
xsdhhttp://www.w3.org/2001/XMLSchema#
n22https://www.openlinksw.com/about/id/entity/https/www.openlinksw.com/DAV/uda2.openlinksw.com/data/turtle/general/
n15http://data.openlinksw.com/oplweb/uda/howto/GenericLinuxLiteSQLServerDataSourceNameConfigurationGuideStep8#

Statements

Subject Item
n2:this
schema:description
Installation and Configuration of Single-Tier (Lite Edition) ODBC Driver for Microsoft SQL Server Linux or Unix Configuration of Single-Tier (Lite Edition) ODBC Driver for Microsoft SQL Server Linux or Unix
wdrs:describedby
n4:uda-howtos.ttl n10:uda-howtos-seo.ttl n17:uda-howtos.ttl n19:offers n21:websites n22:UDAHowAndStepByGuides.ttl n23:seo n26:webs n27:island n21:products n29:seo n4:uda-howtos-qa.ttl
schema:name
Installation and Configuration of Single-Tier (Lite Edition) ODBC Driver for Microsoft SQL Server Linux or Unix Configuration of Single-Tier (Lite Edition) ODBC Driver for Microsoft SQL Server Linux or Unix
oplsoft:hasDatabaseFamily
n25:this n28:SQLServer
oplsoft:hasOperatingSystemFamily
n8:GenericLinux
schema:category
Data Source Name Configuration Guide
schema:relatedLink
n12:InstallSQLLiteUnix
schema:genre
n30:this
schema:text
<ol> <li> Prerequisites: <ul> <li>You <strong>MUST</strong> be proficient in using a Unix shell.</li> <li>You <strong>MUST</strong> be proficient in using a Unix editor such as vi.</li> <li>You <strong>MUST</strong> be in possession of relevant database connectivity details such as Database name, Username, password, etc.</li> </ul> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/bin/odbc.ini</code> with a suitable text editor such as vi. </li> <li> Locate and edit the sample OpenLink SQL Server ODBC data source (DSN) created during the installation process and edit as follows: <pre> [sqlserver] Driver = &lt;OPENLINK_INSTALL&gt;/lib/sql_mt_lu.so ServerType = SQLServer 2000 Options = -H sqlserver.hostname -P 1433 Database = database UserName = sa Password = ********** FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = </pre> </li> <li> Use the <code>iodbctest</code> tool which is packaged with the HTTP-based OpenLink ODBC Administrator as follows: <pre> # cd &lt;OPENLINK_INSTALL&gt; # . ./openLink.sh # iodbctest sqlserver </pre> <blockquote> iODBC Demonstration program<br> This program shows an interactive SQL processor<br> Driver Manager: 03.52.0507.0105<br> Driver: 06.02.1217 OpenLink Generic ODBC Driver (sql_mt_lt.so)<br> <br> SQL&gt; </blockquote> </li> <li> You should now be able to issue SQL statements directly against the target database. </li> </ol> <p> Additional Information:<br> The bitness of the ODBC Driver for MySQL is determined by the bitness of your ODBC client application.<br> That is, if your ODBC client application is 32-bit then the Generic ODBC Driver component <strong>MUST</strong> also be 32-bit. </p> <ol> <li> Prerequisites: <ul> <li>You <strong>MUST</strong> be proficient in using a Unix shell.</li> <li>You <strong>MUST</strong> be proficient in using a Unix editor such as vi.</li> <li>You <strong>MUST</strong> be in possession of relevant database connectivity details such as Database name, Username, password, etc.</li> </ul> </li> <li> Open the file <code>&lt;OPENLINK_INSTALL&gt;/bin/odbc.ini</code> with a suitable text editor such as vi. </li> <li> Locate and edit the sample OpenLink SQL Server ODBC data source (DSN) created during the installation process and edit as follows: <pre> [sqlserver] Driver = &lt;OPENLINK_INSTALL&gt;/lib/sql_mt_lu.so ServerType = SQLServer 2000 Options = -H sqlserver.hostname -P 1433 Database = database UserName = sa Password = ********** FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = </pre> </li> <li> Use the <code>iodbctest</code> tool which is packaged with the HTTP-based OpenLink ODBC Administrator as follows: <pre> # cd &lt;OPENLINK_INSTALL&gt; # . ./openLink.sh # iodbctest sqlserver </pre> <blockquote> iODBC Demonstration program<br> This program shows an interactive SQL processor<br> Driver Manager: 03.52.0507.0105<br> Driver: 06.02.1217 OpenLink Generic ODBC Driver (sql_mt_lt.so)<br> <br> SQL&gt; </blockquote> </li> <li> You should now be able to issue SQL statements directly against the target database. </li> </ol> <p> Additional Information:<br> The bitness of the ODBC Driver for MySQL is determined by the bitness of your ODBC client application.<br> That is, if your ODBC client application is 32-bit then the Generic ODBC Driver component <strong>MUST</strong> also be 32-bit. </p>
rdf:type
schema:HowTo
schema:step
n6:this n9:this n11:this n13:this n14:this n15:this n16:this n18:this n20:this n24:this