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

Database

 
Question[Message Deleted] Pin
vinodh.s26-Feb-08 7:12
vinodh.s26-Feb-08 7:12 
AnswerRe: use of datetime datatype Pin
pmarfleet26-Feb-08 8:33
pmarfleet26-Feb-08 8:33 
General[Message Deleted] Pin
vinodh.s26-Feb-08 9:07
vinodh.s26-Feb-08 9:07 
GeneralRe: use of datetime datatype Pin
pmarfleet26-Feb-08 9:20
pmarfleet26-Feb-08 9:20 
GeneralRe: use of datetime datatype Pin
vinodh.s26-Feb-08 9:25
vinodh.s26-Feb-08 9:25 
GeneralRe: use of datetime datatype Pin
pmarfleet26-Feb-08 9:43
pmarfleet26-Feb-08 9:43 
GeneralRe: use of datetime datatype Pin
vinodh.s26-Feb-08 9:48
vinodh.s26-Feb-08 9:48 
GeneralThey will not let me hit the database until the last minute. Help !!! [modified] Pin
crystal915426-Feb-08 5:52
crystal915426-Feb-08 5:52 
Most frustrating. The format of the website cannot be changed:

I have 5 web pages each with a form. These page forms have content the user can edit & redit.On the top of each page is a menu bar affording the user to toggle back and forth to any of the 5 pages viewing the respective content. Now say the user toggles to page 2, makes changes to the content, via a RadEditor, toggles to page 5, then retoggles to page 2 to see the changes he just made.

Here's the delema: During these edits/redits, the revised content CANNOT be posted as an update to the database. Only AFTER the user is satisfied with all the edits made, does he click button 6 for "Update All My Changes".

I cannot have one page with all the form elements listed via visible/not visible panels. I cannot use session objects, or cookies - there is just too much data. I heard about the cache object / application object but I do not know if it plays a part here. Also note there could be thousands of concurrent users taking this initially identical data content then editing it to each's own unique wants.

I know this may sound more of a .Net question but I thought as DB ppl here, you must have more experience on this need then others.

So in short, how can I have several editable web pages of form elements that allow the user to see the changes they made, even after clicking off and then back to that form without using a database update or items mentioned above. Remember, They will not let me hit the database until aff the edits on the 5 web page forms are complete. Thanks.

Update:

I have reevaluated the entire process.

I've decided to utilize the file stream object and have them edit their entire page.

Now, I have to figure out how to reiterate thru these modified forms to place the data into the db.

modified on Tuesday, February 26, 2008 4:39 PM

GeneralRe: They will not let me hit the database until the last minute. Help !!! Pin
SimulationofSai26-Feb-08 7:24
SimulationofSai26-Feb-08 7:24 
GeneralRe: They will not let me hit the database until the last minute. Help !!! Pin
crystal915426-Feb-08 8:13
crystal915426-Feb-08 8:13 
GeneralHelp! ADO . NET connecting to SQL Server 2005 Pin
D_Ana26-Feb-08 5:43
D_Ana26-Feb-08 5:43 
GeneralRe: Help! ADO . NET connecting to SQL Server 2005 Pin
Xmen Real 26-Feb-08 6:20
professional Xmen Real 26-Feb-08 6:20 
GeneralRe: Help! ADO . NET connecting to SQL Server 2005 Pin
D_Ana26-Feb-08 9:35
D_Ana26-Feb-08 9:35 
GeneralRe: Help! ADO . NET connecting to SQL Server 2005 Pin
SimulationofSai26-Feb-08 7:46
SimulationofSai26-Feb-08 7:46 
GeneralRe: Help! ADO . NET connecting to SQL Server 2005 Pin
D_Ana26-Feb-08 9:44
D_Ana26-Feb-08 9:44 
GeneralFrom keyword not found where expected Pin
Waqas Hasan26-Feb-08 1:06
Waqas Hasan26-Feb-08 1:06 
GeneralRe: From keyword not found where expected Pin
Kschuler26-Feb-08 7:42
Kschuler26-Feb-08 7:42 
Questionhow to count number of records in table Pin
chithra.r25-Feb-08 22:31
chithra.r25-Feb-08 22:31 
AnswerRe: how to count number of records in table Pin
Joe25-Feb-08 22:53
Joe25-Feb-08 22:53 
GeneralRe: how to count number of records in table Pin
Ashfield25-Feb-08 23:54
Ashfield25-Feb-08 23:54 
AnswerRe: how to count number of records in table Pin
Paddy Boyd26-Feb-08 1:05
Paddy Boyd26-Feb-08 1:05 
AnswerRe: how to count number of records in table Pin
GuyThiebaut26-Feb-08 4:37
professionalGuyThiebaut26-Feb-08 4:37 
AnswerRe: how to count number of records in table Pin
Chris Meech26-Feb-08 9:16
Chris Meech26-Feb-08 9:16 
QuestionHow to Calculate Percentile. Pin
Khawar Abbas125-Feb-08 20:23
Khawar Abbas125-Feb-08 20:23 
AnswerRe: How to Calculate Percentile. Pin
Joe25-Feb-08 22:55
Joe25-Feb-08 22:55 

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.