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

Database

 
GeneralRe: Help needed in update query Pin
Ware@Work7-Feb-07 4:35
Ware@Work7-Feb-07 4:35 
GeneralRe: thanks i got it worked Pin
vidhu raj7-Feb-07 5:06
vidhu raj7-Feb-07 5:06 
GeneralRe: thanks i got it worked Pin
Ware@Work7-Feb-07 9:23
Ware@Work7-Feb-07 9:23 
QuestionAimed @ the SQL Guru's Pin
Illegal Operation7-Feb-07 1:28
Illegal Operation7-Feb-07 1:28 
AnswerRe: Aimed @ the SQL Guru's Pin
andyharman7-Feb-07 6:32
professionalandyharman7-Feb-07 6:32 
Questionchecking null values Pin
minkinin6-Feb-07 22:45
minkinin6-Feb-07 22:45 
AnswerRe: checking null values Pin
Colin Angus Mackay6-Feb-07 23:35
Colin Angus Mackay6-Feb-07 23:35 
GeneralRe: checking null values Pin
minkinin7-Feb-07 0:31
minkinin7-Feb-07 0:31 
let me clarify my question.
I am busy with security access system for monitoring the arrival,lunch and depature time of employee,so when a user click an access card the system should check if that user has just arrived meaning that theres a record for arrival in the database,if not it should create it,
so now I want a sql statement to check if theres null value in the table.
my column names are:
Date, Name, IN, OUT so if a user click an access card in the morning the record will be like this: DATE Name TimeIn OUT
07/02/07 Jomo 7:45 Null

then when the user click the card during lunch, system willhave to check if the In and Out columns are null and insert that time on the null column,
so when the user comes back from lunch it has to create a new record
then the table will look like: Date Name Timein TimeOut
07/02/07 Jomo 7:45 12:00
o7/02/07 Jomo 1:00 Null
so I need a sql statement which can always check if the time field is null so that it can insert time .

GeneralRe: checking null values Pin
Pete O'Hanlon7-Feb-07 4:28
mvePete O'Hanlon7-Feb-07 4:28 
GeneralRe: checking null values Pin
minkinin11-Feb-07 20:23
minkinin11-Feb-07 20:23 
AnswerRe: checking null values Pin
Rakesh.Jha.01107-Feb-07 18:15
Rakesh.Jha.01107-Feb-07 18:15 
QuestionError In Query: Pin
Shahzad.Aslam6-Feb-07 20:26
Shahzad.Aslam6-Feb-07 20:26 
AnswerRe: Error In Query: Pin
gauthee6-Feb-07 20:38
gauthee6-Feb-07 20:38 
GeneralRe: Error In Query: Pin
Shahzad.Aslam6-Feb-07 20:53
Shahzad.Aslam6-Feb-07 20:53 
GeneralRe: Error In Query: Pin
gauthee6-Feb-07 22:42
gauthee6-Feb-07 22:42 
GeneralRe: Error In Query: Pin
Shahzad.Aslam6-Feb-07 23:49
Shahzad.Aslam6-Feb-07 23:49 
GeneralRe: Error In Query: Pin
Christian Graus7-Feb-07 9:28
protectorChristian Graus7-Feb-07 9:28 
GeneralRe: Error In Query: Pin
Shahzad.Aslam7-Feb-07 17:51
Shahzad.Aslam7-Feb-07 17:51 
AnswerRe: Error In Query: Pin
Christian Graus6-Feb-07 20:39
protectorChristian Graus6-Feb-07 20:39 
GeneralRe: Error In Query: Pin
Shahzad.Aslam6-Feb-07 20:49
Shahzad.Aslam6-Feb-07 20:49 
AnswerRe: Error In Query: Pin
Colin Angus Mackay6-Feb-07 22:21
Colin Angus Mackay6-Feb-07 22:21 
AnswerRe: Error In Query: Pin
Vsree7-Feb-07 0:05
Vsree7-Feb-07 0:05 
QuestionRetrieving data from multiple databases Pin
Malayil alex6-Feb-07 17:56
Malayil alex6-Feb-07 17:56 
AnswerRe: Retrieving data from multiple databases Pin
gauthee6-Feb-07 18:53
gauthee6-Feb-07 18:53 
QuestionFilling a typed dataset Pin
steve_rm6-Feb-07 16:02
steve_rm6-Feb-07 16: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.