FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Join con dbfs
Posts: 155
Joined: Tue Dec 30, 2008 03:07 AM
Join con dbfs
Posted: Mon Oct 30, 2023 12:50 PM

Hola gente, tengo una consulta con join y dbfs

cSQLa := "SELECT PlanAudit.Cliente, PlanAudit.Nro_Audit, PlanAudit.Numero, Usuarios.Nombre, Usuarios.Iniciales " + ;

"FROM PlanAudit INNER JOIN " + ;

" Usuarios ON PlanAudit.Numero = Usuarios.Numero " + ;

"WHERE (PlanAudit.Cliente = " + str( wnrocli ) + ") AND (PlanAudit.Nro_Audit = " + str( wnaudit ) + ") " + ;

"GROUP BY PlanAudit.Cliente, PlanAudit.Nro_Audit, PlanAudit.Numero, Usuarios.Nombre, Usuarios.Iniciales "

me da error el motor de base de datos no encontro planaudit que si está en la carpeta

Continue the discussion