Hi,
I am testing the Dataviewset component, in which I created a SQLConnection object and assigned it to the connection property of the dataviewset. When I run the app, after the connection reference is assigned, the dataviewset object just got nothing retrieved. Actually the app was not hang, it just seemed the program got something else to run, and prevented the codes after the assignment statement (dataviewset.connection = locnn, which locnn is a SQLConnection variable) to be executed.
Then I set a break point inside the ConnectionOpening event, it was found out that this event has been raised for multiple times (I guess more than 5 times); after that the execution just went to somewhere I didn't know, and the program could not go further. The Visual Studio environment was still very responsive, it was just look like the program was step into an infinite loop or something like that.
Later I tried to use a connection string instead, but the problem persisted; I even attempted to set the connection string during the design time. Anyway, as long as the code started to put something into the connection property, the same problem would occur.
BTW, I tried uninstall C1Studio and see if reinstallation would help, and it didn't work.
Could anyone help me please?
Jimmy