Em 30/06/07, Marcelo Moacir Florindo<[EMAIL PROTECTED]> escreveu: > Senhores, > > ao tentar acessar minha function está dando o erro "Unsupported > Operation", alguém poderia me ajudar?? >
Vc está usando o componente ZStoredProc? Para executar funções do PostgreSQL via ZeosLib utilize o componente ZQuery ou ZReadOnlyQuery. A string fica assim: SELECT * FROM sua_funcao(param1, param2) AS t1; Abraços, Gilson > Grato desde já. > > ;) > > -- > Marcelo Moacir Florindo > Analista/Desenvolvedor > http://www.gestaotec.com.br > _______________________________________________ > pgbr-geral mailing list > [email protected] > https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral > _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
