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
425
Using disconnected datsets for charts
posted

I am trying to create an in-memory dataset. Initially this dataset will be populated from a feeder database, but once I have the data, I will close the connection and work completely with the in-memory dataset, saving it to a session variable as needed. When preparing the data for the charts, I need to do various SELECT statements on my dataset tables. How do you execute a SELECT statement on a dataset table that doesn't have any connection to an actual database?