I need to make a connection to our Enterprise SQL GIS database to view a Feature Class and a stand alone table as they exist in a specific version of the database. I know about versioned views, but they seem to just access the current state of the Default version of the data. I want to access the current state of a child of the Default version.
I am trying to connect to the feature class and table to show a grid view of the records in a non GIS web application.
Is it possible to connect to a table and feature class table in a specific version of our versioned GIS database?
Thanks.