How solution my problem??? - Mailing list pgsql-interfaces

From Pablo Saul Salazar - CESERCOMP
Subject How solution my problem???
Date
Msg-id Pine.GSO.3.96.990630073701.20653B-100000@goliat.espol.edu.ec
Whole thread Raw
List pgsql-interfaces
I have the follow table

id_user    | cur_time | time_conx
-----------|----------|----------
varchar(20)   time        time

i Have a program in language C using the functions of the Library Libpq,
the moment does a query, allways may have a data of type char using the
function PQgevalue, but i need obtain the field time cur_time of a one
tuple , the function PQgetvalue dont does, how may obtain this field, that
function of libpq I can use.

Please help that is very important for me.


Pablo Salazar LoaizaAsistente de Redes CESERCOMP-ESPOL




pgsql-interfaces by date:

Previous
From: José Soares
Date:
Subject: Re: [INTERFACES] ODBC: OID column in views
Next
From: Pablo Saul Salazar - CESERCOMP
Date:
Subject: How does operation with data types time???