C
Connectcase
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 BindingNavigator.
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.DBConcurrencyException" 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
Dropped it on my form, which created the BindingSource, the Table
Adapter and the BindingNavigator.
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.DBConcurrencyException" 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