FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour len( oqry) me devuelve mal un valor (creo)
Posts: 1956
Joined: Fri Oct 07, 2005 07:08 PM
len( oqry) me devuelve mal un valor (creo)
Posted: Tue Apr 05, 2022 09:40 PM
Hola.
La tabla "no tiene registros" y este codigo (mariadb) me devuelve que tengo 91, estoy intentando hacer un
procedimiento para verificacion de usuario

Code (fw): Select all Collapse
  LOCAL oQry, cSql

   TEXT into cSql
   Select
   *
   FROM tbautoriza AS a
   WHERE a.usuario = ?
   ENDTEXT

   //aca qyedi

   oQry := ::oCnx:QUERY( cSql, { ::vGets[ 1 ] } )
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: len( oqry) me devuelve mal un valor (creo)
Posted: Wed Apr 06, 2022 08:08 AM
There is no way we can verify and help you.

We have a suggestion.

If you connect to our FiveWin cloud server
Code (fw): Select all Collapse
oCn := FW_DemoDB( 6 )

we have many tables on the server. We have `customer`, `states` and many more tables.

If you prepare an independent small program with the tables on this server, we can run the program at our end and provide you support.
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion