Click here to Skip to main content
15,921,250 members
Home / Discussions / Database
   

Database

 
GeneralRe: sql Update command Error Pin
Christian Graus26-Feb-08 19:16
protectorChristian Graus26-Feb-08 19:16 
GeneralRe: sql Update command Error Pin
ssurya4u27-Feb-08 1:26
ssurya4u27-Feb-08 1:26 
GeneralRe: sql Update command Error Pin
phowarso27-Feb-08 2:27
phowarso27-Feb-08 2:27 
AnswerRe: sql Update command Error Pin
buchstaben27-Feb-08 8:09
buchstaben27-Feb-08 8:09 
QuestionSQL server query Pin
Jaggariah26-Feb-08 15:53
Jaggariah26-Feb-08 15:53 
GeneralRe: SQL server query Pin
Christian Graus26-Feb-08 19:18
protectorChristian Graus26-Feb-08 19:18 
GeneralRe: SQL server query Pin
Usharva26-Feb-08 19:49
Usharva26-Feb-08 19:49 
GeneralRe: SQL server query Pin
Jaggariah26-Feb-08 19:53
Jaggariah26-Feb-08 19:53 
GeneralRe: SQL server query Pin
Usharva26-Feb-08 19:58
Usharva26-Feb-08 19:58 
GeneralQuery to get most recent event for each item Pin
Dan Neely26-Feb-08 10:44
Dan Neely26-Feb-08 10:44 
GeneralRe: Query to get most recent event for each item Pin
Usharva26-Feb-08 19:56
Usharva26-Feb-08 19:56 
GeneralRe: Query to get most recent event for each item Pin
Dan Neely27-Feb-08 2:44
Dan Neely27-Feb-08 2:44 
GeneralRe: Query to get most recent event for each item Pin
Dan Neely27-Feb-08 4:01
Dan Neely27-Feb-08 4:01 
GeneralC# ado.net Pin
Member 462942126-Feb-08 10:26
Member 462942126-Feb-08 10:26 
GeneralRe: C# ado.net Pin
Nouman Bhatti27-Feb-08 2:30
Nouman Bhatti27-Feb-08 2:30 
GeneralRe: C# ado.net Pin
Member 462942128-Feb-08 9:00
Member 462942128-Feb-08 9:00 
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 

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.