Hi Dave, After doing some more research, I doesn't appear as if this is how things work at all.
1. Turns out that the message text: "Could not find file '(unknown)'. Driver's SQLSetConnectAttr failed" really has NOTHING to do with SQL server (vs. Jet) at all. It is a generic message by the ODBC driver, which naturally is always "SQL" based (no matter if JET SQL or MS SQL dialect is used). 2. After looking more into the collaboration database in Imail, it turns out that Imail apparently always uses the SAME DSN "WorkgroupShare" - just the internal ODBC dbtype is of course different if the DSN points to a JET database vs a MSSQL database. Based on that, I start to wonder if your assumption is correct, that Declude is actually attempting DIFFERENT/multiple database lookups, depending on which database architecture is used. It would seem much more likely, that Declude will simply open the DSN "WorkgroupShare" and read the Contacts table - and leave it up to ODBC to handle the database architecture? 3. If THAT is true, then of course Declude would NEVER "fall back" to trying reading the MDB file whenever the MS SQL fails - because, in reality there would only ONE (ODBC) attempt to read the Contacts table in the Declude code. Thus the message sequence: 04/25/2013 03:51:34.967 q958d0002120f82a2.smd DataBase Error = [Could not find file '(unknown)'. Driver's SQLSetConnectAttr failed] 04/25/2013 03:51:34.967 q958d0002120f82a2.smd Finish Address Book WhiteList would indeed mean that Declude's ODBC access failed - which the obvious result that the Address Book whitelist would fail. So - it seems likely that we're barking up an entirely wrong tree here (although I'm making these assumptions without the benefit of EVER having had code access). Best Regards, Andy ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]>
