adordd error

Post Reply
User avatar
damianodec
Posts: 372
Joined: Wed Jun 06, 2007 2:58 pm
Location: Italia
Contact:

adordd error

Post by damianodec »

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....
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Damiano,

We don't know what may be wrong. Hopefully other ADORDD users may help
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply