Strange datagridview behavior

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Connectcase

    #1

    Strange datagridview behavior

    I created a dataset from a access database without any problem.
    Dropped it on my form, which created the BindingSource, the Table
    Adapter and the BindingNavigato r.

    So far, so good. I can now edit, add and delete records and save them
    by pressing the Update button.

    However, I'm working on an English Windows XP. If I'm deploying the
    app on a Windows XP Dutch, I'm getting a
    "System.Data.DB ConcurrencyExce ption" during the update statement
    (check this with a Try..Catch).

    Trying on another Windows XP UK, no problem. Trying on a Windows 2003
    UK, no problem.
    Tried to install the UK .NET Framework on the Dutch XP machine, still
    the exception.

    Reinstalled Windows XP on this machine, but now in English, then
    installed the UK .Net Framework --problem gone (????)

    Seems like datagridviews only work correct on an English Windows XP??
    That can't be, can it???

    Thanks

    Cees

  • Connectcase

    #2
    Re: Strange datagridview behavior

    I forgot to mention that in the Access database there are no regional
    specific fields (like date, integers with decimals etc.), just strings
    and numbers.

    Cees

    On 12 mrt, 22:05, "Connectcas e" <i...@connectca se.nlwrote:
    I created a dataset from a access database without any problem.
    Dropped it on my form, which created the BindingSource, the Table
    Adapter and the BindingNavigato r.
    >
    So far, so good. I can now edit, add and delete records and save them
    by pressing the Update button.
    >
    However, I'm working on an English Windows XP. If I'm deploying the
    app on a Windows XP Dutch, I'm getting a
    "System.Data.DB ConcurrencyExce ption" during the update statement
    (check this with a Try..Catch).
    >
    Trying on another Windows XP UK, no problem. Trying on a Windows 2003
    UK, no problem.
    Tried to install the UK .NET Framework on the Dutch XP machine, still
    the exception.
    >
    Reinstalled Windows XP on this machine, but now in English, then
    installed the UK .Net Framework --problem gone (????)
    >
    Seems like datagridviews only work correct on an English Windows XP??
    That can't be, can it???
    >
    Thanks
    >
    Cees

    Comment

    Working...