Converting database security

L

Lothar Geyer

My app uses a database password at the moment. Now I want to use user
id's and user passwords. I had no problem to convert my own database
using Access.

Now I want to write a short VB program to convert the databases at
customer sites. They do not have Access installed. I found a ADOX
Catalog object property "Create System Database" used with the Create
method. But I found no way how to convert an existing database (with a
database password) to a user level secured database.

Can sombody help me, please?

Lothar Geyer
 
Top