Enviado em 06/11/2015 - 10:25h
como que eu faço para usar uma busca por parametros no flamerobin???
tipo, eu uso o select * from cliente where cliente = :nome e ele me retorna isso:
Starting transaction...
Preparing statement: select * from cliente where cliente = :nome
Error: *** IBPP::SQLException ***
Context: Statement::Prepare( select * from cliente where cliente = :nome )
Message: isc_dsql_prepare failed
SQL Message : -206
Column does not belong to referenced table
Engine Code : 335544569
Engine Message :
Dynamic SQL Error
SQL error code = -206
Column unknown
CLIENTE
At line 1, column 29
tipo, eu uso o select * from cliente where cliente = :nome e ele me retorna isso:
Starting transaction...
Preparing statement: select * from cliente where cliente = :nome
Error: *** IBPP::SQLException ***
Context: Statement::Prepare( select * from cliente where cliente = :nome )
Message: isc_dsql_prepare failed
SQL Message : -206
Column does not belong to referenced table
Engine Code : 335544569
Engine Message :
Dynamic SQL Error
SQL error code = -206
Column unknown
CLIENTE
At line 1, column 29