Strange datagridview behavior

  • Thread starter Thread starter Connectcase
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top