Hi Guys ....Can anybody help me to resolve this prob.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mnacw
    New Member
    • May 2007
    • 1

    Hi Guys ....Can anybody help me to resolve this prob.

    Can anybody help me to resolve this prob.
    i have installed Visual Studio 2005 Professional edition. I am working in VB.Net. When I tried to connect to database it is connected but when i make some changes in table and try to update it does not work. It does not give any error. It seems like all fine. but when I retrieve the data via application menas data grid control on form. shows only previous data. no updates. i am using acess database.(north wind.mdb). I tried with SQL database. but same resuld.

    Also when I drop the table to form it creates only following

    Dataset

    Binding source

    tableadapter
    and binding navigator objects.
    where as it should create

    dataset

    dataconnector

    tableadpater and datanavigator.( I have seen in chapter 4 "Building Datacentric applications" of book " introducing microsoft visual basic 2005 for developers.

    It makes me upset. I could not find the solution. Can u please help me to resolve this prob. is it software problem or some settings

    waiting for your earliest reply.

    Thanks and regards


    Muhammad Nasim Akhtar Siddiqui

    [email removed]
    Last edited by MMcCarthy; May 15 '07, 03:58 AM. Reason: email removed - against site rules
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    This question is being moved to the .NET forum.

    ADMIN

    Comment

    • mina10a
      New Member
      • May 2007
      • 17

      #3
      Originally posted by mnacw
      Can anybody help me to resolve this prob.
      i have installed Visual Studio 2005 Professional edition. I am working in VB.Net. When I tried to connect to database it is connected but when i make some changes in table and try to update it does not work. It does not give any error. It seems like all fine. but when I retrieve the data via application menas data grid control on form. shows only previous data. no updates. i am using acess database.(north wind.mdb). I tried with SQL database. but same resuld.

      Also when I drop the table to form it creates only following

      Dataset

      Binding source

      tableadapter
      and binding navigator objects.
      where as it should create

      dataset

      dataconnector

      tableadpater and datanavigator.( I have seen in chapter 4 "Building Datacentric applications" of book " introducing microsoft visual basic 2005 for developers.

      It makes me upset. I could not find the solution. Can u please help me to resolve this prob. is it software problem or some settings

      waiting for your earliest reply.

      Thanks and regards


      Muhammad Nasim Akhtar Siddiqui

      [email removed]




      which database you used.
      if it is msaccess then follow the steps:
      1-open the folder where database is stored.right click on it and open security tab. After that select EVERYONE and select all checkbox control. aplly.
      run your application it run
      i think it will help u

      Comment

      Working...