CREATE USER in MS Access 2010
Posted
by
Anakela
on Stack Overflow
See other posts from Stack Overflow
or by Anakela
Published on 2014-08-23T09:04:10Z
Indexed on
2014/08/23
16:21 UTC
Read the original article
Hit count: 282
I have been searching for several hours regarding how to create a user using SQL for a database I am building in Access. I found several sources on Microsoft's website that say I can use the CREATE USER
command to do this. However, whenever I attempt to run the query, an error saying Syntax error in CREATE TABLE statement
pops up. What am I doing wrong? Thank you in advance for your help! If you're interested, the code format I am attempting to use is as follows: CREATE USER username, password, pid
.
© Stack Overflow or respective owner