Hi all,

How can i access to a field of a record that i have extract from a
database with the above sequence of instruction:

set query [pg_exec $db_elenco "Select nome_cognome,prefisso,telefono
from campione_out where ultimo_accesso=null"];
set res [pg_result $query -getTuple $row];

I don't be able to access single field how can I do?

I try to use the now() function implemented by PostgreSQL but the result
give me is not correct i try this:

set acc;
pg_result $ora -assign $acc;


Thanks All

_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to