Re: PostGres Doubt

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: PostGres Doubt
Дата
Msg-id 20020612123538.GF30292@feivel.credativ.de
обсуждение исходный текст
Ответ на PostGres Doubt  ("vikas p verma" <vvicky72@rediffmail.com>)
Список pgsql-hackers
On Mon, Jun 10, 2002 at 08:09:57PM -0000, vikas p verma wrote:
> this question of mine. I want to insert/update records into the 
> postgres database through C or perl code. The only condition is 
> that it should be efficient. Can anybody tell me the difference 
> between ecpg and libpq and which one should I work on for solving 
> my problem.

Both will work and both will be efficient. ecpg internally uses libpq to
do the real work but gives you the standard SQL commands without having
to learn any new library API.

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: [BUGS] Bug #640: ECPG: inserting float numbers
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: PostGres Doubt