in Ttable, it has procedure GetIndexNames to retrieves a list of available indexes for a table.
what is similar procedure or function in TOracleDataSet?
Thanks.
Hi,
If I use TSession.GetTableNames, I will get a string list with the names of tables associated with a specify database.
What is the similar function if I use TOracleSession???
Thanks.