Before y'all start, the Access database is temporary! I have two Access databases, Email.mdb and SecureEmail.mdb. Both are identical, except that SecureEmail.mdb is password protected. I have two connections strings as follows:
strCnEm1 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Databases\prison\Email.mdb;Persist Security Info=False" strCnEm2 = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Databases\prison\SecureEmail.mdb;Uid=admin;Pwd=ramoth" The connection string for Email.mdb works fine, but when I try to open SecureEmail instead, I get the following error: * Error Type: Microsoft JET Database Engine (0x80004005) Could not find installable ISAM. /domainname/EmailManage.asp, line 11 What am I doing wrong? Diane ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
