Reimund K�hler wrote :

>Hi,

>I'm trying to create a new user from SQL Studio:
>create user ASDF password 'ASDF'

>All I get is "Syntax error or access violation;-5015 POS(8) Missing
>keyword:OR."

>What's wrong?

The password must be an identifier, not a string literal, i.e.

create user ASDF password ASDF

should work.

Regards,
Thomas

-- 
Thomas Anhaus
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general


_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to