From inside one database, I create a blank database from which I copy all of the objects to the new database. I use createdatabase to make the blank database. Then I loop through the linked tables and make local copies in the new db. I then copy the rest of the objects.
I would like to set the file to Read-Only when I am done creating it. Does anyone know how to do that programmatically.
Thank you.
I would like to set the file to Read-Only when I am done creating it. Does anyone know how to do that programmatically.
Thank you.