Page 2 of 2

Re: Phalanger 3.0 and MS SQL Server

PostPosted: September 23rd, 2014, 9:01 am
by smluyi
Hi Jakub,dbuerer

I have the similar issue to connect sql server via using
<add assembly="PhpNetMsSql, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2771987119c16a03" section="mssql"/>
but i don't know how to write the connection code via SqlConnection in php, could any documentation or scripts I can reference. Thanks in advance.

Thanks
Roy

Re: Phalanger 3.0 and MS SQL Server

PostPosted: September 28th, 2014, 2:46 pm
by Jakub Misek
Hi,

The code would be the same as in PHP. See e.g. http://cz1.php.net/manual/en/function.msql-connect.php

Cheers,

Re: Phalanger 3.0 and MS SQL Server

PostPosted: September 30th, 2014, 8:53 am
by smluyi
Jakub,

I modified my codes and It works for me, thanks very much!

Regards
Roy