Hi guys,

Is there anyone who can tell me how to access the mscrm_msde.mdf
programatically? I need to be able to do this when I'm in offline mode. I've
tried doing this with a OleDbConnection in c# code but have not succeeded.
I know, I know - this is not supported but I really need to figure out this!
I'm desperate!

Thanks,
M

Re: Accessing the local crm db by Matt

Matt
Wed Oct 20 10:33:47 CDT 2004

The MSDE is secured. The reason for this is that they do not want salespeople
accessing the data directly and downloading a list of contacts/accounts from the
DB.

Even if you got it working, this would only work for read access. Updates to
the MSDE BD do not replicate back to the main SQL DB.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Wed, 20 Oct 2004 04:49:06 -0700, "M" <M@discussions.microsoft.com> wrote:

Hi guys,

Is there anyone who can tell me how to access the mscrm_msde.mdf
programatically? I need to be able to do this when I'm in offline mode. I've
tried doing this with a OleDbConnection in c# code but have not succeeded.
I know, I know - this is not supported but I really need to figure out this!
I'm desperate!

Thanks,
M