Quick links: Content - sections - sub sections
EN FR
Quick Search Advanced search
 
Page

  [Opened] Connexion à SQL SERVER

Posted by AG261 on 07/13/2015 18:33

Bonjour,

Je cherche à utiliser jelix avec Sql Server. Le souci c'est que mssql n'est plus disponible avec php5.5 ???

Je demande donc si quelqu'un a déjà un driver "sqlsrv" et veut bien le partager ou tout autre solution ?

Je suis avec jelix 1.6.4, windows7, wamp 2.5, sql server express 2014

Merci

  [Opened] Connexion à SQL SERVER

Reply #1 Posted by AG261 on 07/13/2015 20:29

Re, bonjour,

Pour ceux qui cela interesse, la solution que j'ai trouvé : D'abord, installer l'extension sqlsrv sous wamp (cf. http://robsphp.blogspot.co.uk/2012/06/unofficial-microsoft-sql-server-driver.html)

ensuite dans /var/config/profiles.ini.php

[jdb:acces_pdo]
; the driver name : mysql, pgsql, sqlite...
driver="pdo"
dsn= "sqlsrv:Server=adresse_du_servur;Database=ma_base"

; For most of drivers:
database="ma_base"
host= "adresse_du_servur"
user= "utilisateur"
password="mot_de_passe"
persistent= on

; when you have charset issues, enable force_encoding so the connection will be
; made with the charset indicated in jelix config
;force_encoding = on

; with the following parameter, you can specify a table prefix which will be
; applied to DAOs automatically. For manual jDb requests, please use the method
; jDbConnection::prefixTable().
;table_prefix =

; to use pdo
usepdo=on

Voilà,

Vive Jelix !!!!

  [Opened] Connexion à SQL SERVER

Reply #2 Posted by laurentj on 07/16/2015 14:43

Merci pour l'astuce :-)

 
Page
  1. Connexion à SQL SERVER