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

Database

 
AnswerRe: Trigger error. help me plz Pin
Ashfield14-Dec-08 21:29
Ashfield14-Dec-08 21:29 
AnswerRe: Trigger error. help me plz Pin
Colin Angus Mackay14-Dec-08 23:20
Colin Angus Mackay14-Dec-08 23:20 
QuestionJoining two columns together Pin
Muammar©13-Dec-08 20:23
Muammar©13-Dec-08 20:23 
AnswerRe: Joining two columns together Pin
Mycroft Holmes13-Dec-08 20:37
professionalMycroft Holmes13-Dec-08 20:37 
AnswerRe: Joining two columns together Pin
Mycroft Holmes13-Dec-08 20:38
professionalMycroft Holmes13-Dec-08 20:38 
GeneralRe: Joining two columns together Pin
Muammar©13-Dec-08 21:01
Muammar©13-Dec-08 21:01 
GeneralRe: Joining two columns together Pin
Mycroft Holmes14-Dec-08 14:03
professionalMycroft Holmes14-Dec-08 14:03 
GeneralRe: Joining two columns together Pin
Muammar©14-Dec-08 18:29
Muammar©14-Dec-08 18:29 
Thanks Holmes!
That does answer my question although I managed to do it in another way
SELECT 'My Column Name 1' FROM MyTable
WHERE MyColumn1 = 1 UNION
SELECT 'My Column Name 2' FROM MyTable
WHERE MyColumn2 = 1 UNION

Lame, I know but it does the trick and I'm happy with the output now
Mycroft Holmes wrote:
--And you can keep out of my database please
DECLARE @Tbl Table(F1 int,F2 int,F3 int)

Laugh | :laugh: I'm sorry, my knowledge is very humble when it comes to sql, I didn't know this up until now, thanks HolmesSmile | :) You are my sql reference here in cpSmile | :) , I'm good in C# though if you need anythingSmile | :) Thank you Mr. Holmes!


All generalizations are wrong, including this one!
(\ /)
(O.o)
(><)

Questioncan't get "# of rows affected" when executing a tored procedure Pin
Mohammad A Gdeisat12-Dec-08 22:48
Mohammad A Gdeisat12-Dec-08 22:48 
AnswerRe: can't get "# of rows affected" when executing a tored procedure Pin
Wendelius13-Dec-08 9:46
mentorWendelius13-Dec-08 9:46 
GeneralRe: can't get "# of rows affected" when executing a tored procedure Pin
Mohammad A Gdeisat13-Dec-08 22:13
Mohammad A Gdeisat13-Dec-08 22:13 
AnswerRe: can't get "# of rows affected" when executing a tored procedure Pin
Mycroft Holmes13-Dec-08 20:34
professionalMycroft Holmes13-Dec-08 20:34 
GeneralRe: can't get "# of rows affected" when executing a tored procedure Pin
Mohammad A Gdeisat13-Dec-08 22:12
Mohammad A Gdeisat13-Dec-08 22:12 
QuestionTranspose rows with columns [modified] Pin
Muammar©12-Dec-08 20:41
Muammar©12-Dec-08 20:41 
AnswerRe: Transpose rows with columns Pin
Mycroft Holmes12-Dec-08 21:58
professionalMycroft Holmes12-Dec-08 21:58 
GeneralRe: Transpose rows with columns Pin
Muammar©12-Dec-08 22:04
Muammar©12-Dec-08 22:04 
GeneralRe: Transpose rows with columns Pin
Mycroft Holmes12-Dec-08 22:18
professionalMycroft Holmes12-Dec-08 22:18 
GeneralRe: Transpose rows with columns Pin
Muammar©13-Dec-08 0:36
Muammar©13-Dec-08 0:36 
Questionabout connection to informix database server for connection Pin
rajendrarmv112-Dec-08 20:33
rajendrarmv112-Dec-08 20:33 
AnswerRe: about connection to informix database server for connection Pin
rajendrarmv112-Dec-08 21:13
rajendrarmv112-Dec-08 21:13 
AnswerRe: about connection to informix database server for connection Pin
Mycroft Holmes12-Dec-08 22:03
professionalMycroft Holmes12-Dec-08 22:03 
QuestionDuplicate fields ? Pin
Mohammad Dayyan12-Dec-08 17:02
Mohammad Dayyan12-Dec-08 17:02 
AnswerRe: Duplicate fields ? Pin
Mycroft Holmes12-Dec-08 22:06
professionalMycroft Holmes12-Dec-08 22:06 
QuestionGetting Problem !What could be the problem? Pin
bilal haider12-Dec-08 6:08
bilal haider12-Dec-08 6:08 
AnswerRe: Getting Problem !What could be the problem? Pin
Ben Fair12-Dec-08 9:52
Ben Fair12-Dec-08 9:52 

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.