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
300
Grid does not fill with parameterized dataenvironment query
posted

When I use a parameterized query such as Select * from CustomerTable(Customer)

the grid does not show the results even if i do wingrid.refresh after executing the query

The dataenvironment.rstable loads the rows but the grid does not show them

Thanks

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    I could be wrong because I have never tried do do this, but I don't think you can bind to a VB6 DataEnvironment recordset, or any COM data provider for that matter. You might want to try a .NET DataSet instead. If for some reason it is necessary for you to bind to this provider, you might want to contact Developer Support to determine whether it is even possible. One test you could conduct in the meantime to see whether this is even possible is to try binding an MS DataGridView to this and see what happens.

Children