C cjmoore Member² Nov 11, 2003 #1 Is there a way of finding all open datasets and queries from a toraclesession? If a connection is lost I want to be able to re-connect and re-open any open datasets.
Is there a way of finding all open datasets and queries from a toraclesession? If a connection is lost I want to be able to re-connect and re-open any open datasets.
C cjmoore Member² Nov 11, 2003 #1 Found TOraclesession.datasets.locklist. Hopefully gives me something to work with.
Marco Kalter Administrator Staff member Nov 11, 2003 #1 This is undocumented, but it is indeed a TThreadList with all DataSets connected to this session.