Click here to Skip to main content
15,886,797 members
Home / Discussions / Database
   

Database

 
GeneralRe: Sqlserver 2000 joins Pin
GuyThiebaut16-Dec-07 9:00
professionalGuyThiebaut16-Dec-07 9:00 
GeneralRe: Sqlserver 2000 joins Pin
Paul Conrad16-Dec-07 9:12
professionalPaul Conrad16-Dec-07 9:12 
GeneralRe: Sqlserver 2000 joins Pin
Pete O'Hanlon16-Dec-07 11:33
mvePete O'Hanlon16-Dec-07 11:33 
GeneralRe: Sqlserver 2000 joins Pin
Mike Dimmick16-Dec-07 12:09
Mike Dimmick16-Dec-07 12:09 
Generala function to return grade from mark that stored in a table Pin
sepel15-Dec-07 18:07
sepel15-Dec-07 18:07 
GeneralRe: a function to return grade from mark that stored in a table Pin
Mark Churchill15-Dec-07 18:22
Mark Churchill15-Dec-07 18:22 
GeneralRe: a function to return grade from mark that stored in a table Pin
sepel15-Dec-07 18:36
sepel15-Dec-07 18:36 
GeneralRe: a function to return grade from mark that stored in a table Pin
Mark Churchill15-Dec-07 18:41
Mark Churchill15-Dec-07 18:41 
You could use a computed column on the table for a quick and easy database solution. Or you could just stick an extra property on your business objects.

The important thing to realise is that theres no real need to _store_ the Grade anywhere - because its easy to calculate.

GeneralRe: a function to return grade from mark that stored in a table Pin
sepel15-Dec-07 18:59
sepel15-Dec-07 18:59 
GeneralRe: a function to return grade from mark that stored in a table Pin
Mark Churchill15-Dec-07 20:29
Mark Churchill15-Dec-07 20:29 
GeneralRe: a function to return grade from mark that stored in a table Pin
sepel15-Dec-07 20:38
sepel15-Dec-07 20:38 
AnswerGetting EF Beta 3 Working on Vista x64 Pin
martin_hughes15-Dec-07 7:11
martin_hughes15-Dec-07 7:11 
GeneralDate Picker with SSRS2005 not working when called in VS 2005 [modified] Pin
MSinha14-Dec-07 23:39
MSinha14-Dec-07 23:39 
QuestionDoes updating view updates the table? Pin
NetBot14-Dec-07 19:00
NetBot14-Dec-07 19:00 
AnswerRe: Does updating view updates the table? Pin
pmarfleet14-Dec-07 21:59
pmarfleet14-Dec-07 21:59 
GeneralRe: Does updating view updates the table? Pin
NetBot14-Dec-07 22:54
NetBot14-Dec-07 22:54 
GeneralRe: Does updating view updates the table? Pin
pmarfleet15-Dec-07 6:43
pmarfleet15-Dec-07 6:43 
AnswerRe: Does updating view updates the table? Pin
Mike Dimmick15-Dec-07 6:31
Mike Dimmick15-Dec-07 6:31 
GeneralRe: Does updating view updates the table? Pin
pmarfleet15-Dec-07 9:46
pmarfleet15-Dec-07 9:46 
GeneralTrim Function Pin
mehrdadc4814-Dec-07 7:56
mehrdadc4814-Dec-07 7:56 
GeneralRe: Trim Function Pin
pmarfleet14-Dec-07 9:22
pmarfleet14-Dec-07 9:22 
GeneralRe: Trim Function Pin
GuyThiebaut15-Dec-07 11:24
professionalGuyThiebaut15-Dec-07 11:24 
GeneralTransferText and FileStream Incompatibility... [modified] Pin
new_phoenix14-Dec-07 6:28
new_phoenix14-Dec-07 6:28 
GeneralGetting RANDOM records from MS Access Pin
Nadia Monalisa14-Dec-07 6:15
Nadia Monalisa14-Dec-07 6:15 
GeneralRe: Getting RANDOM records from MS Access Pin
pmarfleet14-Dec-07 9:26
pmarfleet14-Dec-07 9:26 

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.