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
1210
Binding SQL view to UltraWinGrid
posted
Hi, Is it possible to bind an "SQL View" (not an SQL table) to a UltraWinGrid.I did a simple check: Added an SQL view as data source and dragged it into an UltraGrid, nothing was shown in the grid although the view query return results.Thanx,

Gilad

Parents
  • 45049
    posted

    This should work, yes.  WinGrid should behave the same whether you're getting your data from a table or a view.

    Are you sure the data is getting into your application?  Is there a call to the Fill() method of your TableAdapter somewhere in your form's code?

Reply Children