由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - fixed:PHP IIS SQL2012, connection through NT authenticatio
相关主题
Question about DSN (for oracle)谢谢skeptic,高低价,amnesia 三位大侠
[合集] Question about DSN (for oracle)ASP, ACCESS BUG
ODBC[Help]怎么改Access数据库所在的文件夹权限?
MySQL: cannot connect[转载] Windows 2003/XP IIS server不兼容?
Help~~~~please. copy database tables from MSSQL server to Oracle9i DB in red hat linux7.3请问ASP如何DSN-less连接Oracle数据库
MSSQL数据库的server上建个ODBC能连,在别的机器上就连不通再求帮助:SSIS PACKAGE运行成功,但是没有数据被传输
[转载] How to remote access the Access Database file besides through System DSN?Help on JDBC:ODBC SOS
a question of ODBC, thanksLooking for ODBC Resouces --- New Standard?
相关话题的讨论汇总
话题: connection话题: string话题: mypassword话题: mydatabase
进入Database版参与讨论
1 (共1页)
n********6
发帖数: 1511
1
--Fixed---
It's more on IIS configuration.
set impersonate = 0 in php.ini
set network service in application pool.
set username & pwd blank in php page.
-----Problem------------
I can use the 'WebAppDBConn' user in Studio, but failed in web.
Internal Server Error CDbConnection failed to open the DB connection. An
internal error occurred while the Web server was processing your request.
Please contact the webmaster to report this problem.
Thank you.
Connection String failed:
$databasetype = 'odbc_mssql';
$databaselocation = 'localhost';
$databasename = 'MyDatabase';
$databaseuser = 'ServerName\WebAppDBConn';
$databasepass = 'MyPassword';
Connection String succeed:
$databasetype = 'odbc_mssql';
$databaselocation = 'localhost';
$databasename = 'MyDatabase';
$databaseuser = 'sa';
$databasepass = 'MyPassword';
Connection String succeed:
$databasetype = 'odbc_mssql';
$databaselocation = 'localhost';
$databasename = 'MyDatabase';
$databaseuser = 'UserInSQLAuthentication';
$databasepass = 'MyPassword';
u*********e
发帖数: 9616
2
what's your connection string?
B*****g
发帖数: 34098
3
http://www.mitbbs.com/article/WashingtonDC/31551549_0.html

request.

【在 n********6 的大作中提到】
: --Fixed---
: It's more on IIS configuration.
: set impersonate = 0 in php.ini
: set network service in application pool.
: set username & pwd blank in php page.
: -----Problem------------
: I can use the 'WebAppDBConn' user in Studio, but failed in web.
: Internal Server Error CDbConnection failed to open the DB connection. An
: internal error occurred while the Web server was processing your request.
: Please contact the webmaster to report this problem.

1 (共1页)
进入Database版参与讨论
相关主题
Looking for ODBC Resouces --- New Standard?Help~~~~please. copy database tables from MSSQL server to Oracle9i DB in red hat linux7.3
ORACLE Pro*C 远程接续一问?MSSQL数据库的server上建个ODBC能连,在别的机器上就连不通
ASP + Oracle[转载] How to remote access the Access Database file besides through System DSN?
How to Connect ODBC?a question of ODBC, thanks
Question about DSN (for oracle)谢谢skeptic,高低价,amnesia 三位大侠
[合集] Question about DSN (for oracle)ASP, ACCESS BUG
ODBC[Help]怎么改Access数据库所在的文件夹权限?
MySQL: cannot connect[转载] Windows 2003/XP IIS server不兼容?
相关话题的讨论汇总
话题: connection话题: string话题: mypassword话题: mydatabase