I am currently migrating an application from Visual Studio 2005 and .Net Connector 6.0.2.0 to Visual Studio 2010 with .Net Connector 6.3.5.
Having just let Visual Studio do all the convertion, the application seems to run OK in the main. However, I'm having problems when adding new rows to tables using a datagridview. Having done some investiagtion it appears that the primary key is not being populated automatically when you enter into the new row (my testing has shown that this happened on my original set-up).
Has anyone else encountered the same issue?
I have manged to work round it on one of my screens (but its a bit of a hack), but am having a problem with another where I have master/detail relationship. I'd really like to get to the bottom of what is causing the problem as it worked previously.
Thanks
Anita
Having just let Visual Studio do all the convertion, the application seems to run OK in the main. However, I'm having problems when adding new rows to tables using a datagridview. Having done some investiagtion it appears that the primary key is not being populated automatically when you enter into the new row (my testing has shown that this happened on my original set-up).
Has anyone else encountered the same issue?
I have manged to work round it on one of my screens (but its a bit of a hack), but am having a problem with another where I have master/detail relationship. I'd really like to get to the bottom of what is causing the problem as it worked previously.
Thanks
Anita