R
rawCoder
Hi All
Is there a way to Execute a query (possibly including two tables and joins)
on a totally disconnected dataset.
By 'Totally Disconnted' , I mean there is no DB and there is no DBConnection
/ DBCommand - all the data and structure is in memory.
The query is to be used to databind a grid, so some sort of view is needed
( i.e. its not a one time query ).
Its like having a mini in-memory DB on the client side and looking for a way
to have a view running stored procedure.
( NOTE: DataView's RowStateFilter and DataTables Select might not be helpful
in this case )
Thank You
rawCoder
Is there a way to Execute a query (possibly including two tables and joins)
on a totally disconnected dataset.
By 'Totally Disconnted' , I mean there is no DB and there is no DBConnection
/ DBCommand - all the data and structure is in memory.
The query is to be used to databind a grid, so some sort of view is needed
( i.e. its not a one time query ).
Its like having a mini in-memory DB on the client side and looking for a way
to have a view running stored procedure.
( NOTE: DataView's RowStateFilter and DataTables Select might not be helpful
in this case )
Thank You
rawCoder