Problemas con GetRows()

Post Reply
horacio
Posts: 1270
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina

Problemas con GetRows()

Post by horacio »

Amigos, tengo una aplicación usando ADO y la version FWH 14.12. Al actualizarlo a la versión FWH20.02 GetRows() funciona en forma diferente. Algo cambió?

Gracias
Saludos
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Problemas con GetRows()

Post by nageswaragunupudi »

horacio wrote:Amigos, tengo una aplicación usando ADO y la version FWH 14.12. Al actualizarlo a la versión FWH20.02 GetRows() funciona en forma diferente. Algo cambió?

Gracias
Saludos
The difference is not in FWH.
The real difference in the versions of Harbour. Harbour suddenly changed the way arrays are read from OLE sources.
With xHarbour there is no change.

1) Please indicate the version of Harbour you are using.
2) Try RsGetRows( oRs ) instead of oRs:GetRows()
Regards

G. N. Rao.
Hyderabad, India
horacio
Posts: 1270
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina

Re: Problemas con GetRows()

Post by horacio »

Thanks Rao for your responses, I use Harbour 3.2.0dev (r1904111533). Regarding your suggestion I try and comment

regards
horacio
Posts: 1270
Joined: Wed Jun 21, 2006 12:39 am
Location: Capital Federal Argentina

Re: Problemas con GetRows()

Post by horacio »

Rao, work fine. many thanks!

regards
Post Reply