Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: jr3151006 on October 29, 2014, 03:49:10 PM

Title: Roundcube v103 & MS SQL Express = Solved!
Post by: jr3151006 on October 29, 2014, 03:49:10 PM
Hi,

during the install the only options for Database is 'MySQL' or 'SQLlite', how to set up it to work with my 'MS SQL Express 2012'?
Can someone share how should be the "$config['db_dsnw'] " parameter?

tks,

Renato P
Title: Re: Roundcube v103 & MS SQL Express
Post by: SKaero on October 29, 2014, 08:05:37 PM
Make sure you have the MSSQL PDO extension installed on your server.
Title: Re: Roundcube v103 & MS SQL Express
Post by: jr3151006 on October 29, 2014, 09:28:57 PM
Hi SKaero,

after put PHP to work with MS-SQL (https://social.msdn.microsoft.com/Forums/sqlserver/en-US/c287f743-9de1-42da-8758-2e884a62c7f6/w2k12-iis-php-56-sql-express-2012-error-to-connect-php-to-db?forum=sqldriverforphp) now I´m able to use the installer scripts and set up as MS-SQL.

Tks!