G
Guest
Does Access support Dynamic User Manipulation.
What I mean is that can I send CREATE USER or MODIFY USER commands to the DB
from VB.NET or any other language. e.g
Query="CREATE USER user1 pass1 id1;"
Dim command as new OleDbCommand(con,Query)
command.ExecuteNonQuery()
Will the above code run successfully????
Also, I tried to use the SQL Window in Access while creating Queries to
execute the command:
CREATE USER user1 pass1 id1;
But Access did not allowed me to execute it. Why so?????
What I mean is that can I send CREATE USER or MODIFY USER commands to the DB
from VB.NET or any other language. e.g
Query="CREATE USER user1 pass1 id1;"
Dim command as new OleDbCommand(con,Query)
command.ExecuteNonQuery()
Will the above code run successfully????
Also, I tried to use the SQL Window in Access while creating Queries to
execute the command:
CREATE USER user1 pass1 id1;
But Access did not allowed me to execute it. Why so?????