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
Problem with FWH 19.06 with oRs:GetRow
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Problem with FWH 19.06 with oRs:GetRow
That is not a problem with FWH, but with Harbour. Not xHarbour, but Harbour only. They suddenly changed their code.
Please change
as
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.
Please change
Code: Select all
oRs:GetRows( [... )
Code: Select all
RsGetRows( oRs, ... )
There is no escape from this. We need to change our code in all places.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India