Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #16749
| Path | csiph.com!weretis.net!feeder4.news.weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail |
|---|---|
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
| Newsgroups | comp.lang.php |
| Subject | Re: PHP and SQL SERVER |
| Date | Mon, 09 May 2016 00:27:30 +0200 |
| Organization | PointedEars Software (PES) |
| Lines | 28 |
| Message-ID | <1748086.j5JVx84TYm@PointedEars.de> (permalink) |
| References | <428f2fd4-cbae-4d48-a3b0-09072c29d081@googlegroups.com> <e08bdf21-2e00-2d53-28a0-ab2dd6a995d0@arnowelzel.de> |
| Reply-To | Thomas 'PointedEars' Lahn <php@PointedEars.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | 8Bit |
| X-Trace | solani.org 1462746451 28900 eJwFwYEBwDAEBMCVSPxjHCX2H6F3uFS2G0HDYm1VktJT85FxeLaSAb1RgnAnXnTKOy5vdH4MyhCA (8 May 2016 22:27:31 GMT) |
| X-Complaints-To | abuse@news.solani.org |
| NNTP-Posting-Date | Sun, 8 May 2016 22:27:31 +0000 (UTC) |
| User-Agent | KNode/4.14.2 |
| X-User-ID | eJwNyskRACEIBMCUQJjRDUeu/ENYq78NozK3E3TME9JVtiFYKEFNtsqZMs/TsC8SUQ416VDqPVwiL/a61OAPVloVQQ== |
| Cancel-Lock | sha1:qWCodXRREYxOCdYVdzfiDoMn3+U= |
| X-NNTP-Posting-Host | eJwFwYEBACAEBMCVEh7jVPz+I3TnCsELg8OcTjjJgVSK2pzbNzzBtwvoip62rqVnKCtj8wMpcxGC |
| Xref | csiph.com comp.lang.php:16749 |
Show key headers only | 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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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