Problem with FWH 19.06 with oRs:GetRow

Post Reply
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Problem with FWH 19.06 with oRs:GetRow

Post by Maurizio »

Hello
With FWH 19.06 with oRs:GetRow() ( I use ADO ) the rows and columns are inverted
as shown in the attached image

https://drive.google.com/open?id=1gTxxX ... kI6cjPcpt8

official is like FWH 18.07

Regards Maurizio
http://www.nipeservice.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Problem with FWH 19.06 with oRs:GetRow

Post by nageswaragunupudi »

That is not a problem with FWH, but with Harbour. Not xHarbour, but Harbour only. They suddenly changed their code.

Please change

Code: Select all

oRs:GetRows( [... )
 
as

Code: Select all

RsGetRows( oRs, ... )
 
This function RsGetRows( oRs, ... ) works correctly with xHarbour and Harbour old and new versions.
There is no escape from this. We need to change our code in all places.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Maurizio
Posts: 705
Joined: Mon Oct 10, 2005 1:29 pm
Contact:

Re: Problem with FWH 19.06 with oRs:GetRow

Post by Maurizio »

Thanks Rao

Maurizio
www.nipeservice.com
Post Reply