I want to put a database on a CD that will be used as read only. I get an error because when the app tries to open the database, it can't create an .ldb file on the CD. I read some articles stating that if I open the database in exclusive mode, it will not create the .ldb file. Can you give me a code example of how to do this from code? I am using the connectionstring property and there is a Locking mode setting, but not sure if that is the one I need to change.
Thanks,
Tom
Thanks,
Tom