views:

103

answers:

1

Is there anyway to password protect a sqlce database, per user?
Say I have two users, Mary and Sally. Mary can only access her info and vis versa. Or would I have to duplicate the database for each user and give each instance it's own password. Thanks.

A: 

No, SQL CE doesn't support any concept of users.

ctacke