FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour adordd error
Posts: 434
Joined: Wed Jun 06, 2007 02:58 PM

adordd error

Posted: Wed Nov 14, 2007 05:29 PM

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....

FiveWin for xHarbour 24.02 - Feb. 2024 - Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023

FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019 - Harbour 3.2.0dev (r1904111533)

Visual Studio 2019 - Pelles C V.8.00.60 (Win64)
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

adordd error

Posted: Wed Nov 14, 2007 07:26 PM

Damiano,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion