Página 1 de 1

How to retrieve directory listening from ADS-connection?

Publicado: Lun Ago 02, 2010 5:29 pm
por Maarten Roos
I want to list all databases from connected ADS. Is this possible with the directory()-function? It is no data dictionary connection, just a simple ads connection.
Maarten

How to retrieve directory listening from ADS-connection?

Publicado: Mar Ago 03, 2010 10:59 am
por ignacio
Maarten Roos escribió el lun, 02 agosto 2010 17:29I want to list all databases from connected ADS. Is this possible with the directory()-function? It is no data dictionary connection, just a simple ads connection.
Maarten
Maarten,
I guess you can as long you have enough privilegies on that directory.
Regards,

How to retrieve directory listening from ADS-connection?

Publicado: Mar Ago 03, 2010 1:24 pm
por Maarten Roos
Solved it.
I had to add the ADS machine to the network work-group, I was working with IP and now i am able to work with servername.

How to retrieve directory listening from ADS-connection?

Publicado: Mar Ago 03, 2010 8:49 pm
por ignacio
Maarten Roos escribió el mar, 03 agosto 2010 13:24Solved it.
I had to add the ADS machine to the network work-group, I was working with IP and now i am able to work with servername.
Maarten,
Great!
Best regards

How to retrieve directory listening from ADS-connection?

Publicado: Vie Ago 06, 2010 7:49 am
por nospam
Marteen:
Use ADSDirectory() funcion.
Regards
Rene Flores
http://www.ciber-tec.com
El 02/08/2010 10:29 a.m., Maarten Roos escribió:
> I want to list all databases from connected ADS. Is this
> possible with the directory()-function? It is no data
> dictionary connection, just a simple ads connection.
>
> Maarten