Click here to Skip to main content
15,892,575 members
Home / Discussions / Database
   

Database

 
QuestionHow to retrieve image data with MSDE Pin
parag28-Nov-03 1:20
parag28-Nov-03 1:20 
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 
The following is the way i want to implement this.
that is..to check iff
permissiosn()&2=0x2....permissions()&32=0x20 and so on...

CREATE PROCEDURE balli
@ioparm int output,
@oparm int output AS
BEGIN
SET NOCOUNT ON
IF PERMISSIONS() &@ioparm=0x@oparm
SELECT 1
ELSE
SELECT 0
END

The above sql proc gives syntax error..how do i change it??


ranjani
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 

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.