ADORDD and ACCESS with FHW 7,12 generating GPF

User avatar
Robert Frank
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland
Contact:

Post by Robert Frank »

When I downloaded xHarbour compiller attached to FWH 7.12 i got build 1.1.0
Version downloaded from www.xharbour.org has build number 1.0.0

I'm going to test it today.
Robert Frank
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Robert,

>
When I downloaded xHarbour compiller attached to FWH 7.12 i got build 1.1.0. Version downloaded from www.xharbour.org has build number 1.0.0
>

Yes, thats why we think its an error in 1.1.0

> I'm going to test it today.

Thank you!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Robert Frank
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland
Contact:

Post by Robert Frank »

I use ADO LIBs from Antonio post
.....
Please try again with these libs:
http://www.hotshare.net/file/25827-5169496fca.html
.....

1.0.0 = GPF
1.1.0 = In hb_vmDo() required item type 'Symbol'
Robert Frank
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Robert,

Please try with all the libs from xharbour.org (including usrrdd.lib and adordd.lib).

Please don't mix my posted libraries with the xHarbour build distributed with FWH ones. Thanks,
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Robert Frank
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland
Contact:

Post by Robert Frank »

xHarbour 1.0.0

code:
USE ROBERT ALIAS "PAC" VIA "ADORDD" TABLE "L065" MYSQL ;
FROM "127.0.0.1" USER "R" PASSWORD "R"

error:

Application
===========
Path and name: C:\FWH_MYAP\Maraboot\F_MAIN.exe (32 bits)
Size: 3,414,016 bytes
Time from start: 0 hours 0 mins 2 secs
Error occurred at: 26.12.2007, 12:25:54
Error description: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: OPEN
Args:
[ 1] = C L065
[ 2] = O Object

Stack Calls
===========
Called from: win32ole.prg => TOLEAUTO:OPEN(0)
Called from: adordd.prg => ADO_OPEN(264)
Called from: => DBUSEAREA(0)
Called from: F_PACJEN.prg => GET_PACJENT(26)
Called from: F_MENU.prg => (b)BUILDMENU(520)
Called from: MENU.PRG => TMENU:COMMAND(0)
Called from: WINDOW.PRG => TWINDOW:COMMAND(0)
Called from: MDIFRAME.PRG => TMDIFRAME:COMMAND(0)
Called from: => TMDIFRAME:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => WINRUN(0)
Called from: WINDOW.PRG => TMDIFRAME:ACTIVATE(0)
Called from: F_MENU.prg => MENU_GLOWNE(155)
Called from: F_MAIN.prg => MYAPP(131)
Robert Frank
User avatar
Robert Frank
Posts: 95
Joined: Fri Nov 23, 2007 4:43 am
Location: Gdynia-Poland
Contact:

Post by Robert Frank »

1.1.0 - GPF
Robert Frank
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Robert,

Thanks! Well, the GPF is gone with 1.0.0. That confirms our idea that the 1.1.0 has a problem with the usrrdd.lib

Please try it again but don't link adordd.lib. Instead include adordd.prg at the bottom of the tested PRG (because adordd.prg is different from the one that we provide). Thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Post by vilian »

Antonio,

I already tested with libs of xHarbour and adordd.prg compiled together to my system, but the problem continues.

Also I made download of xharbour.org, I compiled all the sources, but the error persists!
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Post by nageswaragunupudi »

Mr Vilian

I am using the binaries downloaded from xhabour.org. I compled adordd.prg with these binaries. I am using usrrdd.lib from the xharbour\lib folder. Adordd is working for me.
I am using bcc
Regards

G. N. Rao.
Hyderabad, India
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Vilian,

Is it the same error or a GPF ?

Did you get any answer from Miguel Angel ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Post by nageswaragunupudi »

From the error reported, it seems Mr Robert's error is not from adordd.lib. It is an error in opening the mysql table.
Regards

G. N. Rao.
Hyderabad, India
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Post by vilian »

Antonio,

The error message is the following one:

Code: Select all

UNRECOVERABLE ERROR 9015 - Symbol Item expected from Hb_VmDo() 
The Miguel answered requesting me an example, sent yesterday for it.
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Vilian,

Thanks!
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Post by vilian »

Antonio,

Some newness?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Post by vilian »

Antonio,

I received email from Miguel Angel Marchuet communicating already is decided the error message.

You go to liberate new version of xHarbour/FWH?
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Post Reply