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

Database

 
GeneralRe: Windows Server woth SQL Pin
Mycroft Holmes27-Oct-09 0:59
professionalMycroft Holmes27-Oct-09 0:59 
GeneralRe: Windows Server woth SQL Pin
Ashfield27-Oct-09 2:17
Ashfield27-Oct-09 2:17 
QuestionFailed to open a Row set Pin
haleemasher26-Oct-09 20:40
haleemasher26-Oct-09 20:40 
AnswerRe: Failed to open a Row set Pin
Mycroft Holmes26-Oct-09 22:47
professionalMycroft Holmes26-Oct-09 22:47 
GeneralRe: Failed to open a Row set Pin
haleemasher27-Oct-09 20:07
haleemasher27-Oct-09 20:07 
QuestionCrystal Reports Pin
kheer25-Oct-09 23:24
kheer25-Oct-09 23:24 
AnswerRe: Crystal Reports Pin
Jörgen Andersson26-Oct-09 0:05
professionalJörgen Andersson26-Oct-09 0:05 
GeneralPre-populate capture records for one day. Pin
Brady Kelly25-Oct-09 5:31
Brady Kelly25-Oct-09 5:31 
I have capture screen where a user will capture daily production figures for several performance categories, i.e. they will enter a single figure per category on any particular day.

Now I don't want the user to insert a new record for each category-figure record, so I plan to check if the day has records for all categories. If not, before opening the capture screen, I will add a record for each category to that day.

One problem is that over time, categories can be added, so if I have 30 categories, and check if Oct 12 has 30 categories, it could be that on Oct 12 there were only 27 categories. I will then need a CreatedDate on the categories, and when I check categories for a particular day, I will only count categories created on or before that particular date.

Any other means of capturing daily figures besides my capture screen will be prohibited, so I am fairly confident that if only a sub-set of categories exists for any given day, they were not properly created, and I can delete them and recreate all categories for that day.

EDIT: I can no longer do the above, as the user may capture data for one day, and in the same day decide to add a category. Using only categories with a create date earlier than the current date will prevent the new category being visible today. Not using the 'earlier date' method will result in today's data being cleared.

Is this design sound? Can I do anything to improve it?






GeneralRe: Pre-populate capture records for one day. Pin
Mycroft Holmes26-Oct-09 14:28
professionalMycroft Holmes26-Oct-09 14:28 
Questionfind missing numbers in table using sql Pin
g_amol24-Oct-09 19:51
g_amol24-Oct-09 19:51 
AnswerRe: find missing numbers in table using sql Pin
Niladri_Biswas24-Oct-09 20:17
Niladri_Biswas24-Oct-09 20:17 
QuestionHow do I setup a Linked Server in SQL to an ODBC connection pointed to a secure Access DB? Pin
8xFather23-Oct-09 16:12
8xFather23-Oct-09 16:12 
QuestionImporting data?? [modified] Pin
Muammar©23-Oct-09 10:47
Muammar©23-Oct-09 10:47 
AnswerRe: Importing data?? Pin
Not Active23-Oct-09 11:44
mentorNot Active23-Oct-09 11:44 
GeneralRe: Importing data?? Pin
Muammar©23-Oct-09 19:49
Muammar©23-Oct-09 19:49 
GeneralRe: Importing data?? Pin
Muammar©24-Oct-09 11:13
Muammar©24-Oct-09 11:13 
Questiontentative of reconnection to sql server Pin
MrKBA23-Oct-09 1:47
MrKBA23-Oct-09 1:47 
QuestionBackup & recovery of Oracle 10g database Pin
diptipanchal23-Oct-09 1:00
diptipanchal23-Oct-09 1:00 
AnswerRe: Backup & recovery of Oracle 10g database Pin
Chris Meech23-Oct-09 9:49
Chris Meech23-Oct-09 9:49 
QuestionImage Pin
rdop22-Oct-09 19:20
rdop22-Oct-09 19:20 
AnswerRe: Image Pin
Christian Graus22-Oct-09 19:30
protectorChristian Graus22-Oct-09 19:30 
GeneralRe: Image Pin
rdop22-Oct-09 19:50
rdop22-Oct-09 19:50 
GeneralRe: Image Pin
Christian Graus22-Oct-09 20:18
protectorChristian Graus22-Oct-09 20:18 
AnswerRe: Image Pin
εїзεїзεїз24-Oct-09 2:44
εїзεїзεїз24-Oct-09 2:44 
GeneralRe: Image Pin
Christian Graus24-Oct-09 10:30
protectorChristian Graus24-Oct-09 10:30 

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.