Home > database >  Pb and easerver
Pb and easerver

Time:10-02

How pb and remote EAserver server connection, I don't successfully for several times

CodePudding user response:

The Connection gn_Easerver
Gn_Easerver=Create Connection
Gn_Easerver. Driver="jaguar"
Gn_Easerver. UserID=...
Gn_Easerver. Password=...
Gn_Easerver. Location=...
Ll_Result=gn_Easerver. ConnectToServer ()
Choose a Case ll_Result
Case 0
.
.
.
.
A Case of 54.95
F_ShowError (" user name or password mistake, can't login!" )
A Case of 57
F_ShowError (" server IP or port is not correct, unable to connect server! Please try to login again after modify server IP and port, ")
Case 62
F_ShowError (" login server busy, please try again later." )
In Case the Else
F_ShowError (" unable to connect server!" )
The End Choose

CodePudding user response:

Leave a mark, etc to see
when

CodePudding user response:

mark
  • Related