PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → SQL.NbLine
SQL.NbLine
Iniciado por Rafa Moncho, 08,jun. 2016 12:58 - 2 respuestas
Publicado el 08,junio 2016 - 12:58
Hi everybody.

After execution of a query by sqlexec, and doing a sqlinfo of that query, the variable sql.nbline always return 0.

I'm using SQL Server with OLEDB conection.
Publicado el 08,junio 2016 - 15:13
Rafa, podes pones el código que usaste ?
Publicado el 08,junio 2016 - 16:30
Aqui esta el código, si hago un sqlfetch puedo obtener la información del select tranquilamente.

SQLExec("SELECT * FROM MiTabla","Query")

SQLInfo("Query")

Info(SQL.NbLine)

SQLClose("Query")