Click here to Skip to main content
15,922,696 members
Home / Discussions / Database
   

Database

 
QuestionRetrieve Value from DetailsView Pin
Armando_Ramirez14-Mar-06 7:41
Armando_Ramirez14-Mar-06 7:41 
QuestionUpdate Dates in SQL Pin
Illegal Operation14-Mar-06 1:10
Illegal Operation14-Mar-06 1:10 
AnswerRe: Update Dates in SQL Pin
albCode14-Mar-06 4:34
albCode14-Mar-06 4:34 
GeneralRe: Update Dates in SQL Pin
Illegal Operation14-Mar-06 17:23
Illegal Operation14-Mar-06 17:23 
AnswerRe: Update Dates in SQL Pin
Chris Meech15-Mar-06 7:02
Chris Meech15-Mar-06 7:02 
QuestionPassing arguments for stored procedures IN Pin
BSRK14-Mar-06 1:01
BSRK14-Mar-06 1:01 
AnswerRe: Passing arguments for stored procedures IN Pin
BSRK14-Mar-06 1:19
BSRK14-Mar-06 1:19 
AnswerRe: Passing arguments for stored procedures IN Pin
Colin Angus Mackay14-Mar-06 1:27
Colin Angus Mackay14-Mar-06 1:27 
Would that work in a languge like C# or VB.NET? For example, if I had some code like this:
public void DoStuff(string arg)
{
    if (arg)
    {
        DoSomething();
    }
    else
    {
        DoSomethingElse();
    }
}
where arg is: (this.someField == "Hello") || (this.someOtherField == "World"))

No? So why do people seem to think that kind of thing should work in SQL. (Sorry, I just see this question over and over on various forums)



ColinMackay.net
Scottish Developers are looking for speakers for user group sessions over the next few months. Do you want to know more?

AnswerRe: Passing arguments for stored procedures IN Pin
Colin Angus Mackay14-Mar-06 1:29
Colin Angus Mackay14-Mar-06 1:29 
AnswerRe: Passing arguments for stored procedures IN Pin
Eric Dahlvang14-Mar-06 4:45
Eric Dahlvang14-Mar-06 4:45 
GeneralRe: Passing arguments for stored procedures IN Pin
Colin Angus Mackay14-Mar-06 21:44
Colin Angus Mackay14-Mar-06 21:44 
QuestionReturn 0 Pin
Brendan Vogt14-Mar-06 0:44
Brendan Vogt14-Mar-06 0:44 
AnswerRe: Return 0 Pin
Michael Potter14-Mar-06 9:36
Michael Potter14-Mar-06 9:36 
QuestionDB_E_DATAFIELD_OVERFLOW Error Pin
Gupta Suraj14-Mar-06 0:14
Gupta Suraj14-Mar-06 0:14 
AnswerRe: DB_E_DATAFIELD_OVERFLOW Error Pin
Colin Angus Mackay14-Mar-06 1:31
Colin Angus Mackay14-Mar-06 1:31 
GeneralRe: DB_E_DATAFIELD_OVERFLOW Error Pin
Gupta Suraj14-Mar-06 3:07
Gupta Suraj14-Mar-06 3:07 
GeneralRe: DB_E_DATAFIELD_OVERFLOW Error Pin
Gupta Suraj16-Mar-06 6:18
Gupta Suraj16-Mar-06 6:18 
QuestionCommitting a Stored Procedure Pin
NewbieDude13-Mar-06 22:47
NewbieDude13-Mar-06 22:47 
AnswerRe: Committing a Stored Procedure Pin
Colin Angus Mackay14-Mar-06 1:33
Colin Angus Mackay14-Mar-06 1:33 
QuestionVehicle's Database Pin
wEb GuRu...13-Mar-06 21:19
wEb GuRu...13-Mar-06 21:19 
AnswerRe: Vehicle's Database Pin
jonathan1513-Mar-06 22:44
jonathan1513-Mar-06 22:44 
GeneralRe: Vehicle's Database Pin
wEb GuRu...13-Mar-06 23:31
wEb GuRu...13-Mar-06 23:31 
Questionconverting mysql to sql server script Pin
uglyeyes13-Mar-06 21:05
uglyeyes13-Mar-06 21:05 
AnswerRe: converting mysql to sql server script Pin
mcljava24-Mar-06 9:28
mcljava24-Mar-06 9:28 
QuestionSQL Server 2005 and SQL Express Pin
Brendan Vogt13-Mar-06 21:02
Brendan Vogt13-Mar-06 21:02 

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.