libpq++ - How to use FieldType() ?

Поиск
Список
Период
Сортировка
От 510092984843-0001@t-online.de (RA Graffenberger)
Тема libpq++ - How to use FieldType() ?
Дата
Msg-id 1A0cii-0lcD4K0@fwd10.sul.t-online.com
обсуждение исходный текст
Список pgsql-interfaces
I am writing  a graphical interface for a simple postgresql database. 
Connection to the database is done with libpq++. Retrieving data from 
database works fine, but when writing new or changed data back to the 
database sometimes I need a possibility to get information about the datatype 
of some attribute. For example I have to decide between writing a 
'1234'-string or a 1234-numeric to a specific field in the database.

I understood there is a method "oid FieldType()". But I do not understand how 
to use it. Is there somewhere more documentation on the net? As I am not a 
professional in programming it would be most helpful for me to read some 
example code. 

Any help is appreciated.

Martin Graffenberger
ragraffenberger@gmx.de


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Fwd: Re: ERROR: dynamic load not supported
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: How to insert a string with single quotes in the