<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TOS and Navision 3.60 native database using C/ODBC driver in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398614#M8998</link>
    <description>According to this Sun forum message (), you can try to connect after closing the Navision application.
&lt;BR /&gt;Whatever, while searching on this subject through the web, it seems to have problems in the JDBC/ODBC bridge using this driver.
&lt;BR /&gt;Is there a more recent version of this odbc driver available with Microsoft ?</description>
    <pubDate>Tue, 21 Aug 2007 09:55:38 GMT</pubDate>
    <dc:creator>smallet</dc:creator>
    <dc:date>2007-08-21T09:55:38Z</dc:date>
    <item>
      <title>TOS and Navision 3.60 native database using C/ODBC driver</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398613#M8997</link>
      <description>hello,
&lt;BR /&gt;I'm trying to connect TOS to a native Navision 3.60 database, using the ODBC driver, and have the following error message when I check the Db connection : Java.sql.sqlException : column not found. Then TOS crash few seconds after.
&lt;BR /&gt;I think that the problem is due to the strange Navision field naming convention (in fact there's no convention ,it's allowed to use dots, spaces or any special characters!)
&lt;BR /&gt;There is an option in the driver to convert the identifiers, I tried every option without success.
&lt;BR /&gt;Note that it works with the same odbc driver and some other third party programms that I made (Windev,Php).
&lt;BR /&gt;If anyone has an idea...
&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 16 Nov 2024 14:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398613#M8997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: TOS and Navision 3.60 native database using C/ODBC driver</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398614#M8998</link>
      <description>According to this Sun forum message (), you can try to connect after closing the Navision application.
&lt;BR /&gt;Whatever, while searching on this subject through the web, it seems to have problems in the JDBC/ODBC bridge using this driver.
&lt;BR /&gt;Is there a more recent version of this odbc driver available with Microsoft ?</description>
      <pubDate>Tue, 21 Aug 2007 09:55:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398614#M8998</guid>
      <dc:creator>smallet</dc:creator>
      <dc:date>2007-08-21T09:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: TOS and Navision 3.60 native database using C/ODBC driver</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398615#M8999</link>
      <description>The problem comes from the code generated by Talend:
&lt;BR /&gt; if (rs_tDBInput_1.getObject(1) != null) {
&lt;BR /&gt; row1.DRUG_SCHEME_CODE = rs_tDBInput_1.getString(1);
&lt;BR /&gt; } else {
&lt;BR /&gt; }
&lt;BR /&gt;The resultSet of odbc-jdbc bridge allow read once only.
&lt;BR /&gt;However, the code generator check null by rs_tDBInput_1.getObject(1) !=null 
&lt;BR /&gt;and then place the value to row1 variable by reading the same data rs_tDBInput_1.getString(1) . Most likely, you will get java.sql.SQLException: No data found.
&lt;BR /&gt;How can I resolve problem like this?</description>
      <pubDate>Wed, 12 Sep 2007 08:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398615#M8999</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2007-09-12T08:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: TOS and Navision 3.60 native database using C/ODBC driver</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398616#M9000</link>
      <description>Has a solution been provided for this issue?</description>
      <pubDate>Fri, 20 Mar 2009 21:10:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398616#M9000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-20T21:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: TOS and Navision 3.60 native database using C/ODBC driver</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398617#M9001</link>
      <description>Anyone with a further experience regarding this subject?</description>
      <pubDate>Sun, 27 Jun 2010 18:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/TOS-and-Navision-3-60-native-database-using-C-ODBC-driver/m-p/2398617#M9001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-27T18:53:51Z</dc:date>
    </item>
  </channel>
</rss>

