<?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 Sybase Connection String in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sybase-Connection-String/m-p/674958#M672006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone advise on the best approach for specifying a Sybase connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using Oracle OLEDB drivers I use a connectoin string like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ConnectString='[Provider=OraOLEDB.Oracle;Data Source=(TNS_NAMES_ENTRY)] (XUserId is X, XPassword is Y)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO $(ConnectString);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where TNS_NAMES_ENTRY is the filkl specification for Oracle as it might appear in a tnsnames.ora file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not require any other settings on the server, no tnsnames.ora file no entries in the Windows ODBC administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do something similar for Sybase Adaptive Server 15.7 using ODBC. Again I would prefer to not have a sybase sql.ini file that needs maintaining and do not want to set up a DSN in Windows ODBC Administrator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2014 10:31:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-08-29T10:31:43Z</dc:date>
    <item>
      <title>Sybase Connection String</title>
      <link>https://community.qlik.com/t5/QlikView/Sybase-Connection-String/m-p/674958#M672006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone advise on the best approach for specifying a Sybase connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using Oracle OLEDB drivers I use a connectoin string like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ConnectString='[Provider=OraOLEDB.Oracle;Data Source=(TNS_NAMES_ENTRY)] (XUserId is X, XPassword is Y)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLEDB CONNECT TO $(ConnectString);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where TNS_NAMES_ENTRY is the filkl specification for Oracle as it might appear in a tnsnames.ora file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This does not require any other settings on the server, no tnsnames.ora file no entries in the Windows ODBC administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do something similar for Sybase Adaptive Server 15.7 using ODBC. Again I would prefer to not have a sybase sql.ini file that needs maintaining and do not want to set up a DSN in Windows ODBC Administrator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 10:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sybase-Connection-String/m-p/674958#M672006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-29T10:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase Connection String</title>
      <link>https://community.qlik.com/t5/QlikView/Sybase-Connection-String/m-p/674959#M672007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use the Sybase OLEDB provider to connect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_14093090542711913 jive_text_macro jive_macro_code" jivemacro_uid="_14093090542711913"&gt;
&lt;P&gt;OLEDB CONNECT32 TO [Provider=Sybase.ASEOLEDBProvider.2;Initial Catalog=tempdb;User ID=&amp;lt;userid&amp;gt;;Data Source=&amp;lt;servername&amp;gt;;Extended Properties=""] (XPassword is VXYIDbJOJTaIWQdMRJOYN);&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With ODBC you are required to set up a datasource. With Sybase OLEDB you still need a .ids config file with the serverdetails (made with the Sybase ASE OLEDB Configuration Manager).&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 10:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sybase-Connection-String/m-p/674959#M672007</guid>
      <dc:creator />
      <dc:date>2014-08-29T10:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase Connection String</title>
      <link>https://community.qlik.com/t5/QlikView/Sybase-Connection-String/m-p/674960#M672008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a variety of options at this site &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.connectionstrings.com/sybase-ase-ole-db-provider-aseoledb/" title="https://www.connectionstrings.com/sybase-ase-ole-db-provider-aseoledb/"&gt;Sybase ASE OLE DB Provider Connection Strings - ConnectionStrings.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the option that worked for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provider=Sybase.ASEOLEDBProvider;Srvr=myASEserver,5000;Catalog=myDataBase;User Id=myUsername;Password=myPassword;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it did involve choosing OLEDB rather than ODBC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 12:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sybase-Connection-String/m-p/674960#M672008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-29T12:39:30Z</dc:date>
    </item>
  </channel>
</rss>

