Re: [vtcl-user] Pass parameter to function and tkTable

2001-06-29 Thread Carsten Neumann
On Fri, 29 Jun 2001, Matteo Centenaro wrote: > Hi all, > > I have to call a function implemented in Pl/Pgsql into a PostgreSQL > database i try the syntax: > > set agg_query [pg_exec $db_elenco "Update campione_out set > ultimo_accesso=$ora where prefisso=$pre and telefono=$tel"]; > > where ora

Re: [vtcl-user] Pass parameter to function and tkTable

2001-06-29 Thread Luke Myers
> Hi all, > > I have to call a function implemented in Pl/Pgsql into a PostgreSQL > database i try the syntax: > > set agg_query [pg_exec $db_elenco "Update campione_out set > ultimo_accesso=$ora where prefisso=$pre and telefono=$tel"]; > > where ora,pre e tel is variable set before the call. > In

[vtcl-user] Pass parameter to function and tkTable

2001-06-29 Thread Matteo Centenaro
Hi all, I have to call a function implemented in Pl/Pgsql into a PostgreSQL database i try the syntax: set agg_query [pg_exec $db_elenco "Update campione_out set ultimo_accesso=$ora where prefisso=$pre and telefono=$tel"]; where ora,pre e tel is variable set before the call. I also try to inse