Hi!
I know I can create a datastore by doing new Datastore<myDW>(MyOracleconnection) but im looking to create a new DataStore from its attribute string, something like this new DataStore("myDWattribute"); Trying to do this throws an error "No metadata for DataWindow 'myDWattribute' found". My goal is to create a string array with the attributes and use that to initialize a new DataStore.