FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to use Advantage Database AIS?
Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
How to use Advantage Database AIS?
Posted: Thu May 11, 2006 11:55 AM

Hello

How to use AIS solution? or any sample let me read it.

Regards,

Richard

Posts: 1088
Joined: Fri Oct 07, 2005 03:33 PM
How to use Advantage Database AIS?
Posted: Thu May 11, 2006 01:57 PM

Richard,

if you are working with ADS Datadictionary, this will be ease, you only need to enable INTERNET ACCESS, this can be done from ARC and you need to define a TCP port to the service (AIS), see your ADS.INI for this, then to connect you only add the port number in your server path

  //serverpat( or ip ):PORT////../datadictionary.add

and type connection 4

I tested this with ADS on Linux and work very well, I think this will be similar with ADS on Windows.

regards

Marcelo

Posts: 840
Joined: Thu Oct 13, 2005 07:05 PM
How to use Advantage Database AIS?
Posted: Thu May 11, 2006 04:49 PM

Richard:

www.google.d2g.com/ads/demos/aiswin32.zip

The main problem is configuring software, open your router port, and forward it to the ADS Server, also configure the remote server to "listen" to the port assigned.

Take in account that you should always open your detabases using UNC and thats all.

Saludos

R.F.
Posts: 218
Joined: Fri Oct 07, 2005 01:55 AM
How to use Advantage Database AIS?
Posted: Fri May 12, 2006 03:11 AM

Hello

Ok. I will try it again.
I think problem maybe config value.

Thank you so much

Regards,

Richard

Continue the discussion