由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Re: How to connect to Access 2000 database with database password in ODBC
相关主题
请教一个MFC database 的问题wuwu... I hate doing this...
how to establish sun.jdbc.odbc.JdbcOdbcDriver大俠 问个关于asp连SQL server的问题
[转载] How to remote access the Access Database file besides through System DSN?How to connect to Access 2000 database with database password in ODBC
Oracle8i能装在Win2000下吗?问个关于ODBC的问题,谢谢!
请教关于在NT上以ASP访问INFORMIX数据库的问题JDBC问题一问
ASP, ACCESS BUG请问ASP如何DSN-less连接Oracle数据库
how to link to remote access database?@_@急!急!急!调用数据库时出现如下提示,该如何解决@_@
DSN-less connection to SQL serverQuestion about DSN (for oracle)
相关话题的讨论汇总
话题: odbc话题: database话题: access话题: password话题: ms
进入Database版参与讨论
1 (共1页)
o***z
发帖数: 133
1
maybe the database password is for MS Access only, not for ODBC

the
in
s****y
发帖数: 95
2
Thanks. I think you are right the database password is for MS Access only. But
do you know whether there is an ODBC API which is compatible with this
protocol?

ODBC
like
a

【在 o***z 的大作中提到】
: maybe the database password is for MS Access only, not for ODBC
:
: the
: in

o***z
发帖数: 133
3
you may need to use something designed for MS like MFC DAO
see MS KB Q270663

But

【在 s****y 的大作中提到】
: Thanks. I think you are right the database password is for MS Access only. But
: do you know whether there is an ODBC API which is compatible with this
: protocol?
:
: ODBC
: like
: a

s****y
发帖数: 95
4
Thanks. I found it is actually very easy. Just leave out the user ID.
For example
CString CSecuredRSSet::GetDefaultConnect()
{
return _T("ODBC;DSN=Secure;PWD=Lamont");
}
It works fine. Thank you ottoz.

【在 o***z 的大作中提到】
: you may need to use something designed for MS like MFC DAO
: see MS KB Q270663
:
: But

1 (共1页)
进入Database版参与讨论
相关主题
Question about DSN (for oracle)请教关于在NT上以ASP访问INFORMIX数据库的问题
[合集] Question about DSN (for oracle)ASP, ACCESS BUG
Oracle序列使用问题!how to link to remote access database?
Mysterious PgSQL 8.3 crashDSN-less connection to SQL server
请教一个MFC database 的问题wuwu... I hate doing this...
how to establish sun.jdbc.odbc.JdbcOdbcDriver大俠 问个关于asp连SQL server的问题
[转载] How to remote access the Access Database file besides through System DSN?How to connect to Access 2000 database with database password in ODBC
Oracle8i能装在Win2000下吗?问个关于ODBC的问题,谢谢!
相关话题的讨论汇总
话题: odbc话题: database话题: access话题: password话题: ms