Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
UltraGrid Data Source
posted

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?

Parents
No Data
Reply
  • 45049
    posted

    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.

Children