Click here to Skip to main content
15,895,537 members
Home / Discussions / Database
   

Database

 
AnswerRe: Family Tree Database Pin
Mycroft Holmes12-Apr-10 14:18
professionalMycroft Holmes12-Apr-10 14:18 
GeneralRe: Family Tree Database Pin
vdtrip13-Apr-10 1:43
vdtrip13-Apr-10 1:43 
GeneralRe: Family Tree Database Pin
J4amieC13-Apr-10 2:11
J4amieC13-Apr-10 2:11 
GeneralRe: Family Tree Database Pin
Mycroft Holmes13-Apr-10 2:30
professionalMycroft Holmes13-Apr-10 2:30 
QuestionSqlDateTime overflow. - Only on one computer out of 5 running the same code Pin
Marcus J. Smith12-Apr-10 9:06
professionalMarcus J. Smith12-Apr-10 9:06 
AnswerRe: SqlDateTime overflow. - Only on one computer out of 5 running the same code Pin
Mycroft Holmes12-Apr-10 14:15
professionalMycroft Holmes12-Apr-10 14:15 
Questiondetermine last patient temprature Pin
Jassim Rahma12-Apr-10 5:49
Jassim Rahma12-Apr-10 5:49 
AnswerRe: determine last patient temprature Pin
PIEBALDconsult12-Apr-10 6:13
mvePIEBALDconsult12-Apr-10 6:13 
The schema you have will lead to trouble. Have the temperature table as a "transaction" sort of table. Then just query for the most recent. Do the same for the pulse, blood pressure, etc.


In fact, probably have one table for all the vital signs, one record per value:

ID, PatientID, TakerID, TimeStamp, ReadingType, Value
GeneralRe: determine last patient temprature Pin
Jassim Rahma12-Apr-10 6:27
Jassim Rahma12-Apr-10 6:27 
GeneralRe: determine last patient temprature Pin
PIEBALDconsult12-Apr-10 9:47
mvePIEBALDconsult12-Apr-10 9:47 
GeneralRe: determine last patient temprature Pin
Mycroft Holmes12-Apr-10 14:10
professionalMycroft Holmes12-Apr-10 14:10 
AnswerRe: determine last patient temprature Pin
David Mujica12-Apr-10 7:54
David Mujica12-Apr-10 7:54 
QuestionSql server Identity issue Pin
Pranay Rana12-Apr-10 2:25
professionalPranay Rana12-Apr-10 2:25 
AnswerRe: Sql server Identity issue Pin
Stryder_112-Apr-10 3:05
Stryder_112-Apr-10 3:05 
GeneralRe: Sql server Identity issue Pin
Pranay Rana12-Apr-10 23:44
professionalPranay Rana12-Apr-10 23:44 
GeneralRe: Sql server Identity issue Pin
Stryder_113-Apr-10 3:15
Stryder_113-Apr-10 3:15 
QuestionmySQL dataset over VPN [modified] Pin
programmervb.netc++9-Apr-10 11:03
programmervb.netc++9-Apr-10 11:03 
AnswerRe: mySQL dataset over VPN Pin
Graham Breach9-Apr-10 21:23
Graham Breach9-Apr-10 21:23 
QuestionTable Join to Flag Interest Pin
LogBuyer9-Apr-10 8:52
LogBuyer9-Apr-10 8:52 
AnswerRe: Table Join to Flag Interest Pin
Mycroft Holmes9-Apr-10 22:29
professionalMycroft Holmes9-Apr-10 22:29 
QuestionFind difference between 2 dates in terms of hours Pin
raghvendrapanda9-Apr-10 2:11
raghvendrapanda9-Apr-10 2:11 
AnswerRe: Find difference between 2 dates in terms of hours Pin
David Skelly9-Apr-10 2:48
David Skelly9-Apr-10 2:48 
AnswerRe: Find difference between 2 dates in terms of hours Pin
Sandesh M Patil9-Apr-10 6:26
Sandesh M Patil9-Apr-10 6:26 
Questionhow can i use multiThread to read database? Pin
caiguosen8-Apr-10 4:09
caiguosen8-Apr-10 4:09 
AnswerRe: how can i use multiThread to read database? Pin
dan!sh 8-Apr-10 4:58
professional dan!sh 8-Apr-10 4:58 

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.