<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=3919&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / php and sql server]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=3919</link>
		<description><![CDATA[The most recent posts in php and sql server.]]></description>
		<lastBuildDate>Sat, 20 Feb 2021 14:50:45 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: php and sql server]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=27567#p27567</link>
			<description><![CDATA[<div class="quotebox"><cite>ftusc wrote:</cite><blockquote><div><p>Thanks a lot.<br />Unfortunately for me this and other link don&#039;t work.<br />It only works when use PDO via ODBC via SQLSRV.</p><p>M$ products sucks me too. Unfortunately I have to interface with it at work.<br />Instead mysql and other free software databases integration works like a charm!</p></div></blockquote></div><p>but more miscinformation.. the problem are two.. </p><p>1. you need updated odbc fixed from freedts and correct odbc ini file.. there&#039;s some changes that i already send to &quot;freddy77&quot; but stil is happened as <a href="https://github.com/FreeTDS/freetds/issues/372" rel="nofollow">https://github.com/FreeTDS/freetds/issues/372</a>, check if your problem is related to MARS or cicled/anidated querys</p><p>2. php packages from sury and tdenetworks now has some problems, i corrected only php5.6 ones.. if you use php5.6 here are the solution: <a href="https://t.me/vegnuli/361" rel="nofollow">https://t.me/vegnuli/361</a> by addiding :</p><div class="codebox"><pre><code>echo &#039;deb http://download.opensuse.org/repositories/home:/vegnuli:/lamp-vnx/Debian_10/ /&#039; &gt; /etc/apt/sources.list.d/home:vegnuli:lamp-vnx.list

curl -fsSL https://download.opensuse.org/repositories/home:vegnuli:lamp-vnx/Debian_10/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home_vegnuli_lamp-vnx.gpg &gt; /dev/null

apt update
apt install php5.6 (etc etc)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (mckaygerhard)]]></author>
			<pubDate>Sat, 20 Feb 2021 14:50:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=27567#p27567</guid>
		</item>
		<item>
			<title><![CDATA[Re: php and sql server]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25752#p25752</link>
			<description><![CDATA[<p>Thanks a lot.<br />Unfortunately for me this and other link don&#039;t work.<br />It only works when use PDO via ODBC via SQLSRV.</p><p>M$ products sucks me too. Unfortunately I have to interface with it at work.<br />Instead mysql and other free software databases integration works like a charm!</p>]]></description>
			<author><![CDATA[dummy@example.com (ftusc)]]></author>
			<pubDate>Mon, 09 Nov 2020 11:35:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25752#p25752</guid>
		</item>
		<item>
			<title><![CDATA[Re: php and sql server]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25702#p25702</link>
			<description><![CDATA[<p>Please check out <span class="bbu"><a href="https://dev1galaxy.org/viewtopic.php?id=3331" rel="nofollow">this thread</a></span> for updated php.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 05 Nov 2020 21:32:37 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25702#p25702</guid>
		</item>
		<item>
			<title><![CDATA[Re: php and sql server]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25696#p25696</link>
			<description><![CDATA[<p>usually stay away from M$ products, so never tried it, but maybe this helps : <br /><a href="https://github.com/microsoft/msphpsql/blob/master/Linux-mac-install.md#installing-the-drivers-on-debian-8-9-and-10" rel="nofollow">https://github.com/microsoft/msphpsql/b … 8-9-and-10</a></p>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Thu, 05 Nov 2020 21:01:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25696#p25696</guid>
		</item>
		<item>
			<title><![CDATA[php and sql server]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=25614#p25614</link>
			<description><![CDATA[<p>I want connect to sql server database with php.<br />In the past (Devuan jessie) I had used with php5 mssql library (removed with php 7.0).<br /><a href="https://www.php.net/manual/es/function.mssql-connect.php" rel="nofollow">https://www.php.net/manual/es/function. … onnect.php</a></p><p>Until a few days ago with Devuan ascii (php 7.0) I had used pdo sqlite without problems.<br /><a href="https://www.php.net/manual/en/ref.pdo-dblib.php" rel="nofollow">https://www.php.net/manual/en/ref.pdo-dblib.php</a></p><p>I upgrade to Beowulf (php 7.3) but now don&#039;t work it. I&#039;ve found a way to make it work with pdo-odbc.<br /><a href="https://www.php.net/manual/en/ref.pdo-sqlsrv.php" rel="nofollow">https://www.php.net/manual/en/ref.pdo-sqlsrv.php</a></p><p>Unfortunately this library don&#039;t permit me to use prepared statements (php script return segmentation fault!),<br />use &quot;getColumnMeta&quot; to get column name and so on.</p><p>What to do?</p><p>I cannot install php7.0 in beuwulf. It is not present.</p><p>Microsoft SQL Server Driver for PHP for me don&#039;t work:<br /><a href="https://www.php.net/manual/en/book.sqlsrv.php" rel="nofollow">https://www.php.net/manual/en/book.sqlsrv.php</a><br />I tried to execute step by step installation and configuration but don&#039;t work.</p><p>How to do?</p>]]></description>
			<author><![CDATA[dummy@example.com (ftusc)]]></author>
			<pubDate>Mon, 02 Nov 2020 11:01:53 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=25614#p25614</guid>
		</item>
	</channel>
</rss>
