Is it the way to go ?

  • Hi,

    Here is my situation: I have an application written in .NET using MSDE locally. My clients needs this application modified to use a centralized OR the MSDE locally. The difference being that some data on the server shouldn´t be displayed because they are confidential, that means I should erase the actual replacing them by XXXXs .

    Those confidential data are only updated and seen when the users will choose to work locally when working. At some stage those data need to be published so relations won´t be broken on the networked db.

    On the other hand some data will be updated on the server db and will need to be replicated to locally in db running MSDE.

    I have got no experience with replication so my question is: would replication do the work for me ?


    Jean-Luc
    www.corobori.com

  • Is the app utilizing ASP web pages? If so, you can mask the data at the ASP level (string tricks)...

  • No, it's windows based. It's not a matter of showing or not the data audit doesn't even want to see some data on the server.


    Jean-Luc
    www.corobori.com

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply