Ver Mensaje Individual
  #3  
Antiguo 08-04-2018
Jose Roman Jose Roman is offline
Miembro
 
Registrado: jul 2006
Ubicación: Colombia
Posts: 361
Reputación: 18
Jose Roman Va por buen camino
Question

Bueno te comento, en firebird con FIBPLUS el SelectSQL es el siguiente:
Código SQL [-]
SELECT
    CODCLIENTE,
    DOCUMENTO,
    NOMBRE,
    DIR,
    TEL1,
    TEL2,
    CELU,
    PLAZO,
    LISTA,
    TIPO
FROM
    CLIENTES
ORDER BY DOCUMENTO
El RefreshSQL lo genera automaticamente sin errores al hacer un Refresh al DataSet, asi:
Código SQL [-]
SELECT
    CODCLIENTE,
    DOCUMENTO,
    NOMBRE,
    DIR,
    TEL1,
    TEL2,
    CELU,
    PLAZO,
    LISTA,
    TIPO
FROM
    CLIENTES
 WHERE 
        CLIENTES.CODCLIENTE = :OLD_CODCLIENTE

Con ZeosLib y MySql genero el mismo SelectSQL y RefreshSQL pero al realizar el Refresh al Dataset genera este error:


No se que estara mal?
Responder Con Cita