Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: rendimir on July 14, 2011, 09:42:56 AM

Title: MSSQL Connection String
Post by: rendimir on July 14, 2011, 09:42:56 AM
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.