access97to2000
Programmer
Hi,
i want to add users to system.mdw file programatically from visual basic. how can i do that ?
any ideas?
i am trying to do this way.
dim mycat as new adox.catalog
strconnect - info about database.mdb and workgroup file
mycat.activeconn = stronnect
mycat.users.append username,password
its throwing an error at the last statement
any ideas please...
i want to add users to system.mdw file programatically from visual basic. how can i do that ?
any ideas?
i am trying to do this way.
dim mycat as new adox.catalog
strconnect - info about database.mdb and workgroup file
mycat.activeconn = stronnect
mycat.users.append username,password
its throwing an error at the last statement
any ideas please...