Visual Studio

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ZerD
    New Member
    • Jun 2007
    • 2

    Visual Studio

    Using visual studio with a local database i have created a small application to handle clients and meetings.

    After creating the the database, tables and the dataset with relationship i have begin to use the datasource to add details to the form. I have setup update and delete queries.

    When i run the form and input data it seem to work fine. I can click the save button, close the form, reopen it and the data seems to be saved. I can even close the entire VS then reopen, and run the form and the data is in the form that i have input.

    BUT...

    when i view the data within the table in the server explorer no data seems to be written into the database. Is the data being stored into the dataset memory? and not being written to the DB?

    if so what do i need to do the get the data from the form into the DB?

    Thanks

    Cass
  • ZerD
    New Member
    • Jun 2007
    • 2

    #2
    just to ensure...

    i have also manually input data into the database through the server explorer yet this does not appear when i run the form... i am ensured that the connected between the DB and and front end has been setup right. what could i be doing wrong???

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Are you sure the connection has been established. ???

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        or u might have established the connection to some other table int he same or some other database.

        Comment

        • Motoma
          Recognized Expert Specialist
          • Jan 2007
          • 3236

          #5
          Double check all of your connections. Make sure that any transactions have been committed.

          Comment

          Working...