Kbase P18549: How do you connect client-server using TCP?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/05/2003 |
|
Status: Unverified
GOAL:
How do you connect client-server using TCP?
FIX:
You need to start the database using the -H -S -N parameters.
For example:
Proserve <DatabaseName> -H <HostName> -S <ServicePort> -N TCP
You then connect your client using the same parameters.
For example:
Pro <DatabaseName> -H <HostName> -S <ServicePort> -N TCP (UNIX)
Prowin32 <DatabaseName> -H <HostName> -S <ServicePort> -N TCP (Windows)