<?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>Question Re: SQL Anywhere 16 connectivity with PHP in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818586#M4849429</link>
    <description>&lt;P&gt;FWIW, when reading about the brand new 16.0.0.2158 EBF, I noticed the following CR 785851 change, as documented &lt;A href="http://search.sybase.com/kbx/changerequests?bug_id=785851"&gt;here&lt;/A&gt; - and fixed in 16.0.0.2146 and apparently contained in v17 GA (though that build number 1062 is smaller than the one cited here):&lt;/P&gt;
&lt;PRE&gt;    SQL Anywhere installations no longer include PHP drivers. They are now posted 
    to a web page, but the versions posted only include the .0 release of each 
    major/minor version.

    The PHP external environment attempts to load the external environment DLL 
    that matches the current phpversion(), which includes the release number.  
    Unless the release number is 0, or an appropriate driver was previously installed, 
    the correct driver will not be found and the PHP external environment will 
    fail to start.

    This has been fixed.  If a DLL with the full version number is available, 
    it will be used.  Otherwise the DLL with the .0 release number will be used.  
    e.g. PHP 5.6.5 would use the 5.6.0 DLL.

    SQLA 12.0.1 and 16.0.0 should continue to work as before, but the fix was 
    included to allow for possible future changes.

    Workarounds include (one of):
    - rename the SQLA PHP modules to a name that will be found
    - set up a php.ini file containing the “extension” setting that will load 
    the SQLA PHP modules
    - compile the PHP drivers in the SDK directory to match your PHP installation
&lt;/PRE&gt;</description>
    <pubDate>Thu, 06 Aug 2015 02:20:49 GMT</pubDate>
    <dc:creator>VolkerBarth</dc:creator>
    <dc:date>2015-08-06T02:20:49Z</dc:date>
    <item>
      <title>SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaq-p/13818577</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Update: Solution&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;My original intention was to be able to connect php version 5.6.5 to SQL ASA 12 or 16 database. In testing using the DocCommentXchange documentation to test this resulted in my original question. (See Below)&lt;/P&gt;
&lt;P&gt;PHP would not connect returning an error of driver not found.&lt;/P&gt;
&lt;P&gt;So I followed the advise in suggestions placing the SQLAnywhere 5.6.0 dll (Which I didn't have originally, only an older version) into the php\\ext\\ folder ensuring that all appropriate files were in the path.&lt;/P&gt;
&lt;P&gt;This did not solve the issue.&lt;/P&gt;
&lt;P&gt;To get it to connect, all I did was to enable the odbc driver in the php.ini file "Dynamic Extensions" section extension=php_pdo_odbc.dll.&lt;/P&gt;
&lt;P&gt;I then used this connection code in my php web page:
$pdo = new PDO("odbc:Driver={SQL Anywhere 16};Host={$host};Server={$servername};Database={$dbname};Uid={$username};Pwd={$pw}");&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;
&lt;STRONG&gt;Original question:&lt;/STRONG&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am attempting to connect SQL Anywhere 16 to php but am getting an error that couldn't load dynamic library.&lt;/P&gt;
&lt;P&gt;I have followed the instructions as per the SAP DocCommentXchange on php extensions, and am now trying the testing php extension as per the DocCommentXchange.&lt;/P&gt;
&lt;P&gt; &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SQL Anywhere 16 connectivity with PHP"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/189445iC4906FACBC0B8463/image-size/large?v=v2&amp;amp;px=999" role="button" title="SQL Anywhere 16 connectivity with PHP" alt="SQL Anywhere 16 connectivity with PHP" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;My Apache service is a 64Bit version. Is the error a result of the 32Bit php exetensions being used?
If so is there a 64bit version of the extension? Or do I have to use the 32Bit version of Apache?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;
&lt;STRONG&gt;Response to a question:&lt;/STRONG&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Volker.&lt;/P&gt;
&lt;P&gt;Yes the folder is in the path.&lt;/P&gt;
&lt;P&gt;I have just installed 32 Bit Apache and Sybase ASA 16 onto another virtual server. Followed all the same procedures but now get a slightly different message. Appears to be version differences between Sybase php-5.4.12 and php version 5.6.5
 &lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="SQL Anywhere 16 connectivity with PHP"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/189446iC100E612856DAD4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="SQL Anywhere 16 connectivity with PHP" alt="SQL Anywhere 16 connectivity with PHP" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2015 23:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaq-p/13818577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-04T23:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818579#M4849422</link>
      <description>&lt;P&gt;AFAIK, on Windows the PHP extension is only available for 32-bit, i.e. the required files are in the bin32 subfolder.&lt;/P&gt;
&lt;P&gt;Have you checked that that folder is in your PATH?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 02:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818579#M4849422</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2015-08-05T02:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818580#M4849423</link>
      <description>&lt;P&gt;Hi Volker.&lt;/P&gt;
&lt;P&gt;Yes the folder is in the path.&lt;/P&gt;
&lt;P&gt;I have just installed 32 Bit Apache and Sybase ASA 16 onto another virtual server. Followed all the same procedures but now get a slightly different message. Appears to be version differences between Sybase php-5.4.12 and php version 5.6.5&lt;/P&gt;
&lt;P&gt;I added the image to the original question for you to see.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 03:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818580#M4849423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-05T03:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818581#M4849424</link>
      <description>&lt;P&gt;There should not be a version mismatch - to cite from the docs:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Your SQL Anywhere PHP Module must match your version of PHP. &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So I'd suggest to try a PHP 5.6 driver as available from here:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://scn.sap.com/docs/DOC-40537"&gt;The SAP SQL Anywhere PHP Module&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;(FWIW, current SA 12.0.1 and 16.0.0 builds seem to include only prebuilt PHP modules for 5.4 and below...)&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 03:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818581#M4849424</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2015-08-05T03:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818582#M4849425</link>
      <description>&lt;P&gt;Thanks Volker. I have added the 5.6 drivers, but now get a "Could not open input file: test.php"&lt;/P&gt;
&lt;P&gt;Your comment regarding SA 16 builds seem to include modules 5.4, does this mean I should try with SA 17 instead?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 20:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818582#M4849425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-05T20:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818583#M4849426</link>
      <description>&lt;P&gt;Sorry, I can't help further as I have not myself used PHP with SQL Anywhere 16/17.&lt;/P&gt;
&lt;P&gt;FWIW, my v17 install (default Developer Edition) does &lt;STRONG&gt;not include any php-xyz_sqlanywhere.dll files&lt;/STRONG&gt;, so a change to v17 may not help as desired. The "What's New" doc topics do not state that anything has changed w.r.t. PHP dll delivery, so I'm not sure whether these files are simply missing in the setup or whether one is expected to load the required version from the cited web resource... - I just don't know.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 01:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818583#M4849426</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2015-08-06T01:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818584#M4849427</link>
      <description>&lt;P&gt;Does it matter that I have the developer version?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 02:01:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818584#M4849427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-06T02:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818585#M4849428</link>
      <description>&lt;P&gt;I don't think so. The Developer Edition does contain (almost) all features (as can be seen &lt;A href="http://scn.sap.com/docs/DOC-54533"&gt;here&lt;/A&gt;), including the whole programming language support. - That's what developers need, isn't it? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 02:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818585#M4849428</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2015-08-06T02:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818586#M4849429</link>
      <description>&lt;P&gt;FWIW, when reading about the brand new 16.0.0.2158 EBF, I noticed the following CR 785851 change, as documented &lt;A href="http://search.sybase.com/kbx/changerequests?bug_id=785851"&gt;here&lt;/A&gt; - and fixed in 16.0.0.2146 and apparently contained in v17 GA (though that build number 1062 is smaller than the one cited here):&lt;/P&gt;
&lt;PRE&gt;    SQL Anywhere installations no longer include PHP drivers. They are now posted 
    to a web page, but the versions posted only include the .0 release of each 
    major/minor version.

    The PHP external environment attempts to load the external environment DLL 
    that matches the current phpversion(), which includes the release number.  
    Unless the release number is 0, or an appropriate driver was previously installed, 
    the correct driver will not be found and the PHP external environment will 
    fail to start.

    This has been fixed.  If a DLL with the full version number is available, 
    it will be used.  Otherwise the DLL with the .0 release number will be used.  
    e.g. PHP 5.6.5 would use the 5.6.0 DLL.

    SQLA 12.0.1 and 16.0.0 should continue to work as before, but the fix was 
    included to allow for possible future changes.

    Workarounds include (one of):
    - rename the SQLA PHP modules to a name that will be found
    - set up a php.ini file containing the “extension” setting that will load 
    the SQLA PHP modules
    - compile the PHP drivers in the SDK directory to match your PHP installation
&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Aug 2015 02:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818586#M4849429</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2015-08-06T02:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818587#M4849430</link>
      <description>&lt;P&gt;Whats interesting, is now that I have the 5.6.0 dll for Sybase, both 32bit and 64 bit. My original issue of "not a valid Win32 application" arises for the 32bit dll. With the 64 bit dll, I get "Can't load".&lt;/P&gt;
&lt;P&gt;Will give the workaround a go&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 19:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818587#M4849430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-06T19:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818588#M4849431</link>
      <description>&lt;P&gt;Where can I get the latest developer version with build 2146. The one I downloaded from SAP is 2043&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2015 20:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818588#M4849431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-06T20:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818589#M4849432</link>
      <description>&lt;P&gt;AFAIK there is only one Developer Edition download file for V16... there may be 10,000 paths to get you there, through the mess that is sap.com, but there's only one file, and it gets updated from time to time.&lt;/P&gt;
&lt;P&gt;So, keep trying &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Or, you can buy a copy for CAD 960 and download an EBF. &lt;A href="http://sqlanywhere.blogspot.ca/search/label/latest%20EBFs"&gt;See this page for simple instructions.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2015 10:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818589#M4849432</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2015-08-07T10:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818590#M4849433</link>
      <description>&lt;P&gt;Two points based on this comment:
- This fix is for the PHP external environment only.  It does not affect the PHP API driver like you would use from Apache.
- This fix is included in v17 GA build 1063, which is what will be released at some time in the future for platforms other than Linux and Windows.  The fix for Linux and Windows will be in the cited patch release.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 12:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818590#M4849433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-10T12:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818591#M4849434</link>
      <description>&lt;P&gt;I think you are on the right track.  You need to have the php-5.6.0 driver from the web site in order to use php 5.6.5.  You can also compile for yourself, though this is a painful process on Windows.&lt;/P&gt;
&lt;P&gt;"Could not open input file: test.php" seems like a different issue.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 12:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818591#M4849434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-10T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818592#M4849435</link>
      <description>&lt;P&gt;Just to understand: If this does only relate to the PHP external env., why does the v17 Windows GA not include any php_*.dll files? - I'm quite sure I haven't opted them outduring the setup...&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818592#M4849435</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2015-08-10T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818593#M4849436</link>
      <description>&lt;P&gt;Sorry, the background information provided in the first paragraph applies generally, but the CR itself applies only to the external environment.  I'm not sure what sort of announcement was made for the installation change as I was not involved in that part of things.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2015 13:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818593#M4849436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-10T13:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818594#M4849437</link>
      <description>&lt;P&gt;I have resorted to using ODBC driver to connect successfully. Thanks for all your input&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 03:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818594#M4849437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-11T03:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818595#M4849438</link>
      <description>&lt;P&gt;Other people would benefit from knowing how you did that. &lt;/P&gt;
&lt;P&gt;...as in "Be the first one to answer this question!" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 06:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818595#M4849438</guid>
      <dc:creator>Breck_Carter</dc:creator>
      <dc:date>2015-08-11T06:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818578#M4849421</link>
      <description>&lt;P&gt;See update to original question.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 21:05:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818578#M4849421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-11T21:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Anywhere 16 connectivity with PHP</title>
      <link>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818596#M4849439</link>
      <description>&lt;P&gt;IMHO, it's nothing wrong with leaving the original question unchanged and add your solution as answer - even if you have decided to take a different approach...&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 00:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sql-anywhere-16-connectivity-with-php/qaa-p/13818596#M4849439</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2015-08-12T00:46:58Z</dc:date>
    </item>
  </channel>
</rss>

