Click here to Skip to main content
15,916,949 members
Home / Discussions / Database
   

Database

 
AnswerRe: ADO.NET - paging need to be implemented yourself still? Pin
Wendelius22-Nov-08 21:42
mentorWendelius22-Nov-08 21:42 
GeneralRe: ADO.NET - paging need to be implemented yourself still? Pin
devvvy22-Nov-08 21:50
devvvy22-Nov-08 21:50 
GeneralRe: ADO.NET - paging need to be implemented yourself still? Pin
devvvy22-Nov-08 21:53
devvvy22-Nov-08 21:53 
GeneralRe: ADO.NET - paging need to be implemented yourself still? Pin
Wendelius22-Nov-08 22:02
mentorWendelius22-Nov-08 22:02 
GeneralRe: ADO.NET - paging need to be implemented yourself still? Pin
devvvy22-Nov-08 22:05
devvvy22-Nov-08 22:05 
GeneralRe: ADO.NET - paging need to be implemented yourself still? Pin
Wendelius22-Nov-08 22:24
mentorWendelius22-Nov-08 22:24 
Questionconcat multi rows field Pin
sepel22-Nov-08 3:12
sepel22-Nov-08 3:12 
AnswerRe: concat multi rows field Pin
Wendelius22-Nov-08 3:32
mentorWendelius22-Nov-08 3:32 
GeneralRe: concat multi rows field Pin
sepel22-Nov-08 4:38
sepel22-Nov-08 4:38 
GeneralRe: concat multi rows field Pin
Wendelius22-Nov-08 4:45
mentorWendelius22-Nov-08 4:45 
GeneralRe: concat multi rows field Pin
sepel22-Nov-08 5:21
sepel22-Nov-08 5:21 
QuestionSql bitwise in pervaisve DataBase Pin
Thaer Hamael22-Nov-08 2:19
Thaer Hamael22-Nov-08 2:19 
Questiondoubt in cross join Pin
deepthy.p.m21-Nov-08 22:01
deepthy.p.m21-Nov-08 22:01 
AnswerRe: doubt in cross join Pin
Mycroft Holmes21-Nov-08 23:26
professionalMycroft Holmes21-Nov-08 23:26 
GeneralRe: doubt in cross join Pin
deepthy.p.m23-Nov-08 17:48
deepthy.p.m23-Nov-08 17:48 
QuestionSql reporting Pin
member2721-Nov-08 20:25
member2721-Nov-08 20:25 
QuestionUDF's in Stored Procedures (not using)... Pin
Andy_L_J21-Nov-08 17:04
Andy_L_J21-Nov-08 17:04 
AnswerRe: UDF's in Stored Procedures (not using)... Pin
Wendelius21-Nov-08 23:15
mentorWendelius21-Nov-08 23:15 
AnswerRe: UDF's in Stored Procedures (not using)... Pin
Mycroft Holmes21-Nov-08 23:20
professionalMycroft Holmes21-Nov-08 23:20 
GeneralRe: UDF's in Stored Procedures (not using)... Pin
Wendelius21-Nov-08 23:58
mentorWendelius21-Nov-08 23:58 
GeneralRe: UDF's in Stored Procedures (not using)... Pin
Ben Fair25-Nov-08 4:16
Ben Fair25-Nov-08 4:16 
QuestionKeeping track of Pin
CodingYoshi21-Nov-08 9:16
CodingYoshi21-Nov-08 9:16 
Lets consider a simple scenario. Students hand in their homework and an application is used to enter the date and time the homework is handed in and stored in the database. We need to keep track of students who hand in their work on time. So if a student always hands in homework, we can assign "Always" or some code to a column within the student record. If the student misses to hand work in on time a predefined number of times then status will become "Sometimes" or some other code.

The status can go from "Always" to "Never" but it can also go from "Never" to "Always".

We can start every student with "Always" and they will either stay at that level or drop lower.

How do you recommend I can fulfill such a requirement? Another table? A trigger?
AnswerRe: Keeping track of Pin
Mycroft Holmes21-Nov-08 13:06
professionalMycroft Holmes21-Nov-08 13:06 
AnswerFunction for Status Pin
David Mujica21-Nov-08 13:39
David Mujica21-Nov-08 13:39 
GeneralRe: Function for Status Pin
Mycroft Holmes21-Nov-08 23:12
professionalMycroft Holmes21-Nov-08 23:12 

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.