on 2021 Jun 14 8:49 AM
The code in this Help topic fails with SQLCODE=-1090
Determining the Security Model Used by a Database
( or is this a completely pointless topic... and question? 🙂
SELECT @@VERSION;
@@VERSION
'17.0.10.6285'
SELECT IF ((HEXTOINT(SUBSTRING(DB_PROPERTY('Capabilities'),1,LENGTH(DB_PROPERTY('Capabilities'))-20)) & 😎 = 8)
THEN 1
ELSE 0
END IF
Function 'hextoint' has invalid parameter '1' ('3DF8C0C66')
SQLCODE=-1090, ODBC 3 State="08004"
Request clarification before answering.
User | Count |
---|---|
68 | |
15 | |
12 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.