my problem:
My company has two centers office.
In center Office A there is the server 192.168.1.203
In center Office B (another city from office A) is connects with center A by router etc..
then,
I have my exe with this code:
....
USE "DB_one" VIA "ADORDD" TABLE "Table" SQL ;
FROM "192.168.1.203" USER "xx" PASSWORD "xx"
Browse()
....
....
if I run my EXE from center office A the Browse() is OK, instead if I run my EXE from center office B I get this error:
Application
===========
Path and name: C:\ado\mysql4.exe (32 bits)
Size: 1,441,280 bytes
Time from start: 0 hours 0 mins 17 secs
Error occurred at: 11/14/07, 18:25:58
Error description: Error ADODB.Connection/16389 E_FAIL: OPEN
Args:
[ 1] = C Provider=SQLOLEDB;server=192.168.1.203;database=DB_one;uid=xx;pwd=xx
Stack Calls
===========
Called from: win32ole.prg => TOLEAUTO:OPEN(0)
Called from: adordd.prg => ADO_OPEN(248)
Called from: => DBUSEAREA(0)
Called from: mysql4.prg => MAIN(12)
I use FWH 7.11 xHarbour
help me please....