Click here to Skip to main content
15,909,896 members
Home / Discussions / Database
   

Database

 
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 
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 
The most common way of doing this is to use triggers on the table you want to check for changes in, and then save date and username in an other table.

You can also add two fields, last modifiedBy and lastModifiedTime to each table you want to check for changes in, in addition you add a trigger and copies these values to an other table eg: TableNameLog if the original table was named TableName.

If you do not wan to use triggers you have to save the information in two places when a save occurs. You can use client-code or storede procedrues in the database.

/M
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 
GeneralRe: insertion error Pin
Colin Angus Mackay27-Feb-07 2:53
Colin Angus Mackay27-Feb-07 2:53 
QuestionLinking Tables Pin
Member 374156226-Feb-07 22:36
Member 374156226-Feb-07 22:36 
AnswerRe: Linking Tables Pin
Krish - KP26-Feb-07 22:49
Krish - KP26-Feb-07 22:49 
QuestionAutoNumber in SQL server Pin
Member 374156226-Feb-07 20:45
Member 374156226-Feb-07 20:45 

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.