Error in transformation

More
13 years 11 months ago #711 by acury
Hi,

I´m have a problem in the transformatiom from PostgressSQL, if I try retrive informations direct (Source is: Table), don´t have problem, but if I try use select:

Select
*
From
intervalos_arquivados,
salas
Where
salas.placa = intervalos_arquivados.placa And
salas.endereco = intervalos_arquivados.endereco

The preview show fine (in the dataflow diagram screen), but if Run the transformation (to TXT ou Excel), the program show me a error (Access violation...)

Please help-me !

tanks

Please Log in or Create an account to join the conversation.