Roundcube Community Forum

 

MSSQL Connection String

Started by rendimir, July 14, 2011, 09:42:56 AM

Previous topic - Next topic

rendimir

Hello,

I'm trying to start roundcube client on my web. I'm using MS SQL 2008 R2 and IIS 7. I need to set up DB.INC.php file to connect to database, but I need to use INTEGRATED Security in PHP syntax. Now the syntax is $rcmail_config['db_dsnw'] = 'mssql://username:password@server/database';. Does anybody know how to do this? Until then I still have the error message "DSN (write):  NOT OK(MDB2 Error: connect failed)".  Thanks

R.