Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #16749

Re: PHP and SQL SERVER

From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.lang.php
Subject Re: PHP and SQL SERVER
Date 2016-05-09 00:27 +0200
Organization PointedEars Software (PES)
Message-ID <1748086.j5JVx84TYm@PointedEars.de> (permalink)
References <428f2fd4-cbae-4d48-a3b0-09072c29d081@googlegroups.com> <e08bdf21-2e00-2d53-28a0-ab2dd6a995d0@arnowelzel.de>

Show all headers | View raw


Arno Welzel wrote:

> michele.braccini@gmail.com schrieb am 02.05.2016 um 22:51:
> [...]
>> Are mssql_* a good solution to connect to sql server today ? Are
>> there better and so simple technology ?
> 
> Either use ODBC:
> 
> 
<http://www.easysoft.com/developer/languages/php/sql_server_unix_tutorial.html>
> 
> Or if the webserver runs in Windows as well:
> 
> <https://msdn.microsoft.com/en-us/library/cc296172%28v=sql.105%29.aspx>

As you can see there, the source code of the “Microsoft PHP Driver for SQL 
Server”, including one variant that is PDO-based, is available on GitHub, 
so, in theory, there should be no need to use the cumbersome low-level ODBC 
PHP driver directly for MS SQL database access anymore.

<https://github.com/azure/msphpsql>

-- 
PointedEars
Zend Certified PHP Engineer 
<http://www.zend.com/en/yellow-pages/ZEND024953> | Twitter: @PointedEars2
Please do not cc me. / Bitte keine Kopien per E-Mail.

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

PHP and SQL SERVER michele.braccini@gmail.com - 2016-05-02 13:51 -0700
  Re: PHP and SQL SERVER Jerry Stuckle <jstucklex@attglobal.net> - 2016-05-02 20:03 -0400
    Re: PHP and SQL SERVER Luuk <luuk@invalid.lan> - 2016-05-08 19:46 +0200
  Re: PHP and SQL SERVER info@aadhocc.com - 2016-05-06 01:01 -0700
  Re: PHP and SQL SERVER Arno Welzel <usenet@arnowelzel.de> - 2016-05-08 19:08 +0200
    Re: PHP and SQL SERVER Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-05-09 00:27 +0200
      Re: PHP and SQL SERVER Erwin Moller <erwinmollerusenet@xs4all.nl> - 2016-05-27 11:24 +0200

csiph-web