A apolloone Unregistered / Unconfirmed GUEST, unregistred user! 2002-10-21 #1 如何使用TDatabase和TQuery控件连接带密码的 Access 2000数据库. 密码在哪里输入呢??
R resun Unregistered / Unconfirmed GUEST, unregistred user! 2002-10-23 #4 To suppress the login prompt if the database has no password double click the TDatabase on your form and clear the login prompt check box. You can add user name and passwords to the TDatabase.params, but this is unwise security and access wise
To suppress the login prompt if the database has no password double click the TDatabase on your form and clear the login prompt check box. You can add user name and passwords to the TDatabase.params, but this is unwise security and access wise
R resun Unregistered / Unconfirmed GUEST, unregistred user! 2002-10-23 #5 可以在程序设计时在Tdatabase.params中加入user name和passwords,也可以在程序运行 过程中打开数据库时在params中加入user name和passwords
S soonstar Unregistered / Unconfirmed GUEST, unregistred user! 2003-04-15 #6 http://gdyufeng.com/soonstar/dispbbs.asp?boardID=39&ID=697