Subject Re: [IBO] continuing saga of non-functional controls
Author Helen Borrie
At 02:05 PM 12/12/2003 +0000, you wrote:
>its a local database, how do u set up a remote protocol to work on a
>local?

Server: localhost
Path: D:\Your\db\path
Protocol: cpTCP_IP

In your HOSTS file:

127.0.0.1 localhost

Helen