cancel
Showing results for 
Search instead for 
Did you mean: 

How do I determine the Security Model?

Breck_Carter
Participant
785

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"

Accepted Solutions (0)

Answers (0)