<?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: ODBC Connection Error in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ODBC-Connection-Error/m-p/835818#M54974</link>
    <description>&lt;P&gt;If VS2005 is running on your server you can check whether youconnect to the server from within VS2005:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the "Server Explorer" (menu: View|Server Explorer)&lt;/LI&gt;
&lt;LI&gt;mark "Data Connections" in "Server Explorer" view&lt;/LI&gt;
&lt;LI&gt;click right mouse button and select in the shortcut menu "Add Connection..."&lt;/LI&gt;
&lt;LI&gt;in the dialog "Add Connection" choose Microsoft ODBC DataSource and press OK&lt;/LI&gt;
&lt;LI&gt;in "Data source specification" selecte "Use user or system data source name:"&lt;/LI&gt;
&lt;LI&gt;in the list box below select the DSN you already have created (e.g. "ODBCTestAccess") and press OK&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Now, the connection should be made and you should see an entry in the "Server Explorer". Open this and check if you can take a look into the "Tables" and see the &lt;BR /&gt;table(s) and its column names you are interested in. If this works then you certainly can get a local connection with the DSN on this PC. Thus, this should be possible with your Fortran program as well.&lt;/P&gt;
&lt;P&gt;Just a last note: I am not sure if this "connect" facilitiy comes with VS2005 Standard Edition. If not, you might want to install "SQL Server Management Studio Express"&lt;/P&gt;
&lt;P&gt;SQLServer2005_SSMSEE.msi&lt;/P&gt;
&lt;P&gt;that can be downloaded somewhere from MS site (sorry I forgot where - on my PC "googling" for it gives me the German Microsoft website only that probably isn't much help to you).&lt;/P&gt;
&lt;P&gt;Joerg Kuthe&lt;BR /&gt;&lt;A href="http://www.qtsoftware.de"&gt;www.qtsoftware.de&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2007 19:39:50 GMT</pubDate>
    <dc:creator>joerg_kuthe</dc:creator>
    <dc:date>2007-05-11T19:39:50Z</dc:date>
    <item>
      <title>ODBC Connection Error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ODBC-Connection-Error/m-p/835817#M54973</link>
      <description>&lt;P&gt;Good Morning Everyone,&lt;/P&gt;
&lt;P&gt;I know this may not be the right place to post this question. But I bet some of you experts may know the answer or tell me a right forum for this type of questions. Recently I re-compileda SQL database-reading routines with IVF. The program works fine when I applied it to read database server (64 bit server) from my PC. But when I move the executable to the server and run the program from there to read the same database (whichresides on the same server). The following SQLErrorMessage appeared:&lt;/P&gt;
&lt;P&gt;[Microsoft ODBC SQL Server Driver] Data Source Name not found and no default drive specified.&lt;/P&gt;
&lt;P&gt;Isn't it strange? I can read the same database from my PCbut not from the database server itself. Any comments or suggestions? Thanks in advance. Good Day.&lt;/P&gt;
&lt;P&gt;Tom Lin&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2007 13:39:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ODBC-Connection-Error/m-p/835817#M54973</guid>
      <dc:creator>tom_c_lin</dc:creator>
      <dc:date>2007-05-11T13:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ODBC-Connection-Error/m-p/835818#M54974</link>
      <description>&lt;P&gt;If VS2005 is running on your server you can check whether youconnect to the server from within VS2005:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open the "Server Explorer" (menu: View|Server Explorer)&lt;/LI&gt;
&lt;LI&gt;mark "Data Connections" in "Server Explorer" view&lt;/LI&gt;
&lt;LI&gt;click right mouse button and select in the shortcut menu "Add Connection..."&lt;/LI&gt;
&lt;LI&gt;in the dialog "Add Connection" choose Microsoft ODBC DataSource and press OK&lt;/LI&gt;
&lt;LI&gt;in "Data source specification" selecte "Use user or system data source name:"&lt;/LI&gt;
&lt;LI&gt;in the list box below select the DSN you already have created (e.g. "ODBCTestAccess") and press OK&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Now, the connection should be made and you should see an entry in the "Server Explorer". Open this and check if you can take a look into the "Tables" and see the &lt;BR /&gt;table(s) and its column names you are interested in. If this works then you certainly can get a local connection with the DSN on this PC. Thus, this should be possible with your Fortran program as well.&lt;/P&gt;
&lt;P&gt;Just a last note: I am not sure if this "connect" facilitiy comes with VS2005 Standard Edition. If not, you might want to install "SQL Server Management Studio Express"&lt;/P&gt;
&lt;P&gt;SQLServer2005_SSMSEE.msi&lt;/P&gt;
&lt;P&gt;that can be downloaded somewhere from MS site (sorry I forgot where - on my PC "googling" for it gives me the German Microsoft website only that probably isn't much help to you).&lt;/P&gt;
&lt;P&gt;Joerg Kuthe&lt;BR /&gt;&lt;A href="http://www.qtsoftware.de"&gt;www.qtsoftware.de&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2007 19:39:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ODBC-Connection-Error/m-p/835818#M54974</guid>
      <dc:creator>joerg_kuthe</dc:creator>
      <dc:date>2007-05-11T19:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC Connection Error</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/ODBC-Connection-Error/m-p/835819#M54975</link>
      <description>&lt;P&gt;Thanks Mr. Kuthe, for your suggestions andcomments. It is very nice of you. ... I already have found and corrected the problem in my server right after I posted this. Currently, I amtesting my program now. Good Day.&lt;/P&gt;
&lt;P&gt;Tom Lin&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2007 19:22:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/ODBC-Connection-Error/m-p/835819#M54975</guid>
      <dc:creator>tom_c_lin</dc:creator>
      <dc:date>2007-05-14T19:22:29Z</dc:date>
    </item>
  </channel>
</rss>

