Thread: .NET Windows Application Question

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    39

    .NET Windows Application Question

    Hi every boDy..
    i have some problem in .NET windows application...

    My problem is, hOw can i Use Refresh Report Viewer Button in the Report in C# Form .. i mean that Usually on clicking on Refresh Report Viewer Button ,It Shows New Data, but here is sOme thing wrong, b/c when every i press it then its shows Old data not new one.

  2. #2
    Registered User
    Join Date
    Apr 2008
    Location
    USA
    Posts
    24

    Exclamation

    Your data sounds as though it is not being committed to your database, otherwise a refresh would retrieve the data and thus the data displayed would reflect the changes made.

    Most databases/DBMS' require that the user explicitly commit changes to the database or the changes are merely dropped when a new transaction is initiated.

    Consult your DBMS' literature referencing the procedures/processes for committing and rolling back changes/updates to tables, columns, and rows and you should find all the information your heart desires...hopefully.

    Take care and happy hunting!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows API and .NET Framework?
    By mintsmike in forum Windows Programming
    Replies: 11
    Last Post: 06-28-2009, 10:11 AM
  2. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM
  3. Windows upgrade question
    By 7smurfs in forum Tech Board
    Replies: 11
    Last Post: 10-20-2004, 01:51 PM
  4. How do you program a windows application?
    By Chrisab508 in forum Windows Programming
    Replies: 8
    Last Post: 10-18-2003, 10:21 AM
  5. Menu Item Caption - /a for right aligned Accelerator?
    By JasonD in forum Windows Programming
    Replies: 6
    Last Post: 06-25-2003, 11:14 AM