Subject embedded twice
Author gene_lamb
What I want to do is have two programs accessing the same DB, both
with embedded servers. Only one of the programs will be updating any
data. The other will only run queries against the data but no
updates/inserts/deletes. I know that you can make a db readonly for
CDs and such (I haven't done it yet but read a bit about it). Can I
make the db look readonly to one of my programs (query only) and not
the other (updates)? How would I do this? Am I completely barking up
the wrong tree? Is there any problem with running two programs, both
with embedded servers, on the same machine (I think I saw somewhere
that this shouldn't be a problem)? Thanks in advance for anyone's help.