I've recently started to upgrade a VB6 application to VB.net. The application relies heavily on UltrGrid Suite 3.02 for data entry, data viewing, and data printing. I have not been successful in getting an updatable ADO recordset. I have referenced the MS ActiveX Data Objects 2.7 Libarary. I can get the data to display correctly but I cannot edit the data fields. I have been searching for this answer for many days. Does anyone have any suggestions?
Are you using our Windows Forms grid (commonly called "WinGrid"), or are you using our UltraGrid 2.0 COM/ActiveX component from UltraSuite 3.02?
If you're using WinGrid, I don't believe that the objects provided by MS ActiveX Data Objects library implement the correct interfaces for databinding to a Windows Forms control. I suggest you take a look at the ADO.NET DataSet class as a replacement.
If you're using our UltraGrid 2.0 COM/ActiveX component, then I suggest that you instead use our WinGrid for use in a Windows Forms application.
I'm using the COM version. I had planned to convert from VB6 to VB.net then upgrade the controls at a later time. So I'm hoping that I can find a way to make the COM version of UltraGrid work in .net. Thx, RA Smith