Click here to Skip to main content
15,902,845 members
Home / Discussions / Database
   

Database

 
QuestionError when install sql server sp4 Pin
Mekong River29-Nov-05 14:02
Mekong River29-Nov-05 14:02 
AnswerRe: Error when install sql server sp4 Pin
Mike Dimmick30-Nov-05 3:10
Mike Dimmick30-Nov-05 3:10 
GeneralRe: Error when install sql server sp4 Pin
Mekong River30-Nov-05 5:36
Mekong River30-Nov-05 5:36 
QuestionRecordset Open method error IDispatch error #3121 Pin
flyflyfly29-Nov-05 9:24
flyflyfly29-Nov-05 9:24 
AnswerRe: Recordset Open method error IDispatch error #3121 Pin
Farhan Noor Qureshi29-Nov-05 12:04
Farhan Noor Qureshi29-Nov-05 12:04 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
flyflyfly30-Nov-05 6:42
flyflyfly30-Nov-05 6:42 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
Farhan Noor Qureshi30-Nov-05 7:48
Farhan Noor Qureshi30-Nov-05 7:48 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
flyflyfly30-Nov-05 8:30
flyflyfly30-Nov-05 8:30 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
Farhan Noor Qureshi30-Nov-05 9:04
Farhan Noor Qureshi30-Nov-05 9:04 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
flyflyfly1-Dec-05 6:24
flyflyfly1-Dec-05 6:24 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
Farhan Noor Qureshi1-Dec-05 7:17
Farhan Noor Qureshi1-Dec-05 7:17 
AnswerRe: Recordset Open method error IDispatch error #3121 Pin
S Douglas30-Nov-05 22:38
professionalS Douglas30-Nov-05 22:38 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
flyflyfly1-Dec-05 6:19
flyflyfly1-Dec-05 6:19 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
Farhan Noor Qureshi1-Dec-05 7:20
Farhan Noor Qureshi1-Dec-05 7:20 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
flyflyfly1-Dec-05 7:49
flyflyfly1-Dec-05 7:49 
GeneralRe: Recordset Open method error IDispatch error #3121 Pin
Farhan Noor Qureshi1-Dec-05 8:55
Farhan Noor Qureshi1-Dec-05 8:55 
QuestionFailed to compare Time portion of DateTime when read ACCESS database Pin
Roman Muntyanu29-Nov-05 8:35
Roman Muntyanu29-Nov-05 8:35 
QuestionMSDE and SQL SErver Express 2005 Pin
inphone29-Nov-05 4:52
inphone29-Nov-05 4:52 
AnswerRe: MSDE and SQL SErver Express 2005 Pin
Paul Conrad29-Nov-05 5:07
professionalPaul Conrad29-Nov-05 5:07 
QuestionInserting a record into a database with a front web form Pin
bhumber29-Nov-05 1:45
bhumber29-Nov-05 1:45 
AnswerRe: Inserting a record into a database with a front web form Pin
dwatkins@dirq.net29-Nov-05 11:06
dwatkins@dirq.net29-Nov-05 11:06 
QuestionWorking with only Time in Sql? Pin
majidbhutta29-Nov-05 1:00
majidbhutta29-Nov-05 1:00 
i have some confusion. Scenario is that for an Employee to
start and end job the following fields are available;
Field DataType
===== ========
Emp_Id Foreign Key}
DateTime PrimaryKey }----> Composite Primary key

CheckInTime DateTime
CheckOutTime DateTime
InOutStatus bit
HoursWorked ?--------> What shoulud be DataType?

When an Employee Checks in All fields are set and
InOutStatus is set to 1 Except CheckOutTime and
HoursWorked.When The Employee checks out InOutStatus is set
to 0,CheckOutTime is set and then i have to calculate the
HoursWorked (TimeDuaration). Constarins are CheckOutTime is
always greater than CheckInTime.(There may be different
dates for them as employee gets check in ,Nov 29,2005 on
time 17:00 and checksout , Nov 30,2005 on time 03:30).Now
according to calculation he worked for 10 hours and 30
minutes .How to calculate this hours worked(only time
duration and to which datatype it should be saved in sql)
as well as the Stored Procedure for this whole
process.Whenever Employee comes his Emp_Id is only known.
Thnx in Advance.

AnswerRe: Working with only Time in Sql? Pin
Farhan Noor Qureshi29-Nov-05 12:01
Farhan Noor Qureshi29-Nov-05 12:01 
QuestionSELECT @@IDENTITY doesn't work Pin
AndySummer28-Nov-05 22:27
AndySummer28-Nov-05 22:27 
AnswerRe: SELECT @@IDENTITY doesn't work Pin
Frank Kerrigan28-Nov-05 22:42
Frank Kerrigan28-Nov-05 22:42 

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.