cancel
Showing results for 
Search instead for 
Did you mean: 

DD Connection to Free Table - Table list

0 Kudos

Hi,

I'm connecting to a DD of Free Tables using AIS.

I would like to be able to get the list of all the tables located in the directory (folder) where the DD points. I tried TAdsDictionary.GetTableNames() without success. Is there a way to accomplish that ?

Regards,

Stephan

Accepted Solutions (1)

Accepted Solutions (1)

joachim_drr
Contributor
0 Kudos

this is only possible using an Advantage Extended Procedure. You can write a function into a DLL (e.g. using the Delphi templates) and do a findfirst/findnext within that procedure to return the files you've found.

0 Kudos

Humm ! I would have prefer to be able to use GetTableNames() but I managed to do the same by calling a .PHP script on our server that returns the list of .ADT tables located in a specific folder.

Thanks anyway.

Answers (0)