Click here to Skip to main content
16,006,594 members
Home / Discussions / Database
   

Database

 
GeneralRe: user validation in sql server Pin
tradakad28-Feb-07 19:47
tradakad28-Feb-07 19:47 
QuestionExecuting SQL query in VC++ Pin
vibharb@yahoo.com27-Feb-07 16:24
vibharb@yahoo.com27-Feb-07 16:24 
AnswerRe: Executing SQL query in VC++ Pin
Mike Dimmick28-Feb-07 0:19
Mike Dimmick28-Feb-07 0:19 
QuestionHow to determine if the database still processing Pin
vanhawk27-Feb-07 16:11
vanhawk27-Feb-07 16:11 
AnswerRe: How to determine if the database still processing Pin
Sylvester george28-Feb-07 0:14
Sylvester george28-Feb-07 0:14 
Questionhow to insert or update a record into one procedure [modified] Pin
firestoper27-Feb-07 15:58
firestoper27-Feb-07 15:58 
AnswerRe: how to insert or update a record into one procedure Pin
Hesham Amin27-Feb-07 22:19
Hesham Amin27-Feb-07 22:19 
GeneralRe: how to insert or update a record into one procedure [modified] Pin
firestoper28-Feb-07 14:53
firestoper28-Feb-07 14:53 
Hi Hesham,

1. This is the error that im getting when I execute the SP which is wierd becuase when you check on the SP that I created, I don't use @message_id as parameter, any ideas?

Msg 201, Level 16, State 4, Procedure sp_altermessage, Line 0
Procedure or Function 'sp_altermessage' expects parameter '@message_id', which was not supplied.

2. if not exists(select messageTitle from Messages where messageTitle= @messageTitle)

I use this to check whether the messagetitle that the user created was already on the database, i cannot use @messageID because this will surely pass the condition, remember messageID is not yet created because im on the process of adding record.

3. noted, thanks for the info.

regards
Dom;)


-- modified at 20:58 Wednesday 28th February, 2007
GeneralRe: how to insert or update a record into one procedure Pin
Hesham Amin1-Mar-07 7:10
Hesham Amin1-Mar-07 7:10 
GeneralRe: how to insert or update a record into one procedure Pin
firestoper1-Mar-07 12:40
firestoper1-Mar-07 12:40 
QuestionHow to find out when or who updated my Database. Pin
Eyungwah27-Feb-07 8:27
Eyungwah27-Feb-07 8:27 
AnswerRe: How to find out when or who updated my Database. Pin
Mattias Olgerfelt27-Feb-07 13:49
Mattias Olgerfelt27-Feb-07 13:49 
GeneralRe: How to find out when or who updated my Database. Pin
Eyungwah2-Mar-07 6:59
Eyungwah2-Mar-07 6:59 
Questionurgent need of help Pin
navhob@yahoo.com27-Feb-07 2:56
navhob@yahoo.com27-Feb-07 2:56 
QuestionConvert "STRIng" to "String" in SQL Pin
anderslundsgard27-Feb-07 2:04
anderslundsgard27-Feb-07 2:04 
AnswerRe: Convert "STRIng" to "String" in SQL Pin
andyharman27-Feb-07 2:13
professionalandyharman27-Feb-07 2:13 
AnswerRe: Convert "STRIng" to "String" in SQL Pin
Marcus J. Smith27-Feb-07 3:20
professionalMarcus J. Smith27-Feb-07 3:20 
QuestionHow to model a DB for Firebird Embedded Pin
error140827-Feb-07 1:38
error140827-Feb-07 1:38 
AnswerRe: How to model a DB for Firebird Embedded Pin
AETaylor28-Feb-07 2:41
AETaylor28-Feb-07 2:41 
GeneralRe: How to model a DB for Firebird Embedded Pin
error140828-Feb-07 6:00
error140828-Feb-07 6:00 
Questioninsertion error Pin
Sebastian T Xavier27-Feb-07 0:35
Sebastian T Xavier27-Feb-07 0:35 
AnswerRe: insertion error Pin
Colin Angus Mackay27-Feb-07 0:37
Colin Angus Mackay27-Feb-07 0:37 
GeneralRe: insertion error Pin
Sebastian T Xavier27-Feb-07 0:40
Sebastian T Xavier27-Feb-07 0:40 
GeneralRe: insertion error Pin
Colin Angus Mackay27-Feb-07 1:46
Colin Angus Mackay27-Feb-07 1:46 
GeneralRe: insertion error Pin
Sebastian T Xavier27-Feb-07 2:38
Sebastian T Xavier27-Feb-07 2:38 

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.