Click here to Skip to main content
15,919,931 members
Home / Discussions / Database
   

Database

 
Generalstoring passwords ! Pin
ranjjj27-Nov-03 18:45
ranjjj27-Nov-03 18:45 
GeneralRe: storing passwords ! Pin
Vasudevan Deepak Kumar27-Nov-03 20:40
Vasudevan Deepak Kumar27-Nov-03 20:40 
GeneralRe: storing passwords ! Pin
Steve S8-Dec-03 0:28
Steve S8-Dec-03 0:28 
Questionwhat is the max length of ADO command string? Pin
gowinder27-Nov-03 14:42
gowinder27-Nov-03 14:42 
QuestionHow to change the displaying sequence of columns in a DataView Pin
itismydick26-Nov-03 20:48
itismydick26-Nov-03 20:48 
AnswerRe: How to change the displaying sequence of columns in a DataView Pin
Husein29-Nov-03 9:46
Husein29-Nov-03 9:46 
Generalsql stored proc Pin
ranjjj26-Nov-03 19:09
ranjjj26-Nov-03 19:09 
GeneralRe: sql stored proc Pin
Mike Dimmick27-Nov-03 5:27
Mike Dimmick27-Nov-03 5:27 
Generalsql stored proc Pin
ranjjj26-Nov-03 19:09
ranjjj26-Nov-03 19:09 
GeneralSQL Statement with Dates in ASP Pin
AGeNt7eVeN26-Nov-03 13:36
AGeNt7eVeN26-Nov-03 13:36 
Generalxmsgsp_helprotect Pin
ranjjj25-Nov-03 23:42
ranjjj25-Nov-03 23:42 
GeneralTroublesome Query Pin
DEWright_CA25-Nov-03 17:58
DEWright_CA25-Nov-03 17:58 
GeneralRe: Troublesome Query Pin
Roger Wright25-Nov-03 21:26
professionalRoger Wright25-Nov-03 21:26 
GeneralRe: Troublesome Query Pin
Ian Darling25-Nov-03 21:27
Ian Darling25-Nov-03 21:27 
GeneralEmpty recordset Pin
Mike Osbahr25-Nov-03 4:03
Mike Osbahr25-Nov-03 4:03 
GeneralRe: Empty recordset Pin
Mike Osbahr25-Nov-03 6:22
Mike Osbahr25-Nov-03 6:22 
GeneralRe: Empty recordset Pin
Rein Hillmann25-Nov-03 13:54
Rein Hillmann25-Nov-03 13:54 
GeneralDeleting with XML - ADO Pin
Jonavis24-Nov-03 10:58
Jonavis24-Nov-03 10:58 
GeneralRe: Deleting with XML - ADO Pin
Paul Watson24-Nov-03 11:22
sitebuilderPaul Watson24-Nov-03 11:22 
GeneralInsert multiple Data into DB Pin
doerte23-Nov-03 14:59
doerte23-Nov-03 14:59 
GeneralRe: Insert multiple Data into DB Pin
Anonymous28-Nov-03 9:55
Anonymous28-Nov-03 9:55 
GeneralSQL suggestion requested Pin
pankajdaga22-Nov-03 4:01
pankajdaga22-Nov-03 4:01 
GeneralRe: SQL suggestion requested Pin
SimonS22-Nov-03 21:28
SimonS22-Nov-03 21:28 
GeneralADO plus sql database Pin
ranjjj21-Nov-03 3:44
ranjjj21-Nov-03 3:44 
GeneralRe: ADO plus sql database Pin
Husein22-Nov-03 3:08
Husein22-Nov-03 3:08 
I was playing with this right now and in SQL Query Analyzer I had to use it like this (This is from Northwind):
USE Northwind<br />
GO<br />
SELECT PERMISSIONS(OBJECT_ID('Customers'))

This would return a value of 1881108543. This means that in your code you forgot to add SELECT before PERMISSIONS funtion in order to get the result back. Now you have to AND this value with certain other values in order to get the appropriate permission level. For this and the AND values, check the PERMISSIONS function in SQL Books On-Line.

Regards,

Husein

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.