Click here to Skip to main content
15,915,698 members
Home / Discussions / Database
   

Database

 
GeneralDatabase pagination Pin
JEi16-Nov-01 0:31
JEi16-Nov-01 0:31 
GeneralRe: Database pagination Pin
Chris Maunder16-Nov-01 0:56
cofounderChris Maunder16-Nov-01 0:56 
GeneralRe: Database pagination Pin
JEi16-Nov-01 1:10
JEi16-Nov-01 1:10 
GeneralRe: Database pagination Pin
Andrew Peace24-Nov-01 4:13
Andrew Peace24-Nov-01 4:13 
GeneralRe: Database pagination Pin
blueei5-Dec-01 21:59
blueei5-Dec-01 21:59 
GeneralRe: Database pagination Pin
Nick Parker30-Nov-01 8:40
protectorNick Parker30-Nov-01 8:40 
GeneralDatabase pagination Pin
JEi16-Nov-01 0:27
JEi16-Nov-01 0:27 
GeneralBitwise Operators in SQL Pin
Chris Meech14-Nov-01 6:09
Chris Meech14-Nov-01 6:09 
Is there an equivalent to the C/C++ bitwise operators (&, |, ^) for use in SQL programming? And if not any suggestions on how to "best" emulate them. Using something like
     select ...
       from table t
      where t.columnA in ( 1,2,3,5,7,9,11,13,15 );
or
     select ...
       from table t
      where t.columnA in ( 4,5,6,7,12,13,14,15 );

doesn't sound too inviting from a maintenance standpoint. If I ever add another combination, I have to change all of the 'in' lists.

Thanks.

Chris Meech
QuestionIs there an equivalent of the case construct in tSql? Pin
Jason Jystad7-Nov-01 11:32
Jason Jystad7-Nov-01 11:32 
AnswerRe: Is there an equivalent of the case construct in tSql? Pin
AndyG7-Nov-01 18:29
AndyG7-Nov-01 18:29 
GeneralRe: Is there an equivalent of the case construct in tSql? Pin
Jason Jystad8-Nov-01 6:09
Jason Jystad8-Nov-01 6:09 
AnswerRe: Is there an equivalent of the case construct in tSql? Pin
Gerald Schwab8-Nov-01 6:18
Gerald Schwab8-Nov-01 6:18 
AnswerRe: Is there an equivalent of the case construct in tSql? Pin
Carlos Antollini8-Nov-01 7:27
Carlos Antollini8-Nov-01 7:27 
AnswerRe: Is there an equivalent of the case construct in tSql? Pin
Nick Parker30-Nov-01 8:51
protectorNick Parker30-Nov-01 8:51 
QuestionDoes anybody know why ........ ? Pin
5-Nov-01 2:33
suss5-Nov-01 2:33 
AnswerRe: Does anybody know why ........ ? Pin
Rashid Thadha15-Nov-01 3:12
Rashid Thadha15-Nov-01 3:12 
Generalchanging the value of a recordset's property Pin
Yair Konfino4-Nov-01 22:25
Yair Konfino4-Nov-01 22:25 
GeneralRe: changing the value of a recordset's property Pin
chris foote11-Nov-01 11:20
chris foote11-Nov-01 11:20 
GeneralADO GLOBAL CONNECTION Pin
3-Nov-01 10:35
suss3-Nov-01 10:35 
GeneralRe: ADO GLOBAL CONNECTION Pin
31-Jan-02 0:19
suss31-Jan-02 0:19 
GeneralDatabase Design Question Pin
1-Nov-01 6:54
suss1-Nov-01 6:54 
GeneralADO Errors ?!! Pin
Ravish31-Oct-01 2:27
Ravish31-Oct-01 2:27 
QuestionI want a ADO wrap class not using MFC,who can help me? Pin
Jeason Zhao28-Oct-01 22:04
Jeason Zhao28-Oct-01 22:04 
AnswerRe: I want a ADO wrap class not using MFC,who can help me? Pin
Daniel Turini28-Oct-01 22:18
Daniel Turini28-Oct-01 22:18 
QuestionWhy won't database shrink using MSDE? Pin
25-Oct-01 4:39
suss25-Oct-01 4:39 

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.