Обсуждение: i need a rad/ide open source for work with postgresql

Поиск
Список
Период
Сортировка

i need a rad/ide open source for work with postgresql

От
Mario Jose Canto Barea
Дата:
why are you can make a good database relational server
as postgresql 8.1, and dont make a rad/ide open source
for programming with postgresql 8.1 as
delphi\c++builder\progress 4gl  ?




thanks







___________________________________________________________
Do You Yahoo!?
La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx


Re: i need a rad/ide open source for work with postgresql

От
"Joshua D. Drake"
Дата:
Mario Jose Canto Barea wrote:
> why are you can make a good database relational server
> as postgresql 8.1, and dont make a rad/ide open source
> for programming with postgresql 8.1 as
> delphi\c++builder\progress 4gl  ?

Uhhh.. why not just use delphi, or c++builder with ODBC?

Joshua D. Drake

>
>
>
>
> thanks
>
>
>
>
>
>
>
> ___________________________________________________________
> Do You Yahoo!?
> La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match
>


--

       === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
              http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/



Re: [GENERAL] i need a rad/ide open source for work with postgresql

От
Raymond O'Donnell
Дата:
On 28/06/2007 18:47, Mario Jose Canto Barea wrote:

> why are you can make a good database relational server
> as postgresql 8.1, and dont make a rad/ide open source
> for programming with postgresql 8.1 as
> delphi\c++builder\progress 4gl  ?

Because they do different jobs. The languages you mention are for making
front-end GUIs (for the most part), whereas PostgreSQL is a database.

Have you looked at pgAdmin?

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

Re: i need a rad/ide open source for work with postgresql

От
Adam Rad?owski
Дата:
Look at:
http://zeoslib.sourceforge.net/
Adam
P.S. And remember, that You can use libpq.DLL too - the fastest way to
work with PostgreSQL.

Mario Jose Canto Barea pisze:
> why are you can make a good database relational server
> as postgresql 8.1, and dont make a rad/ide open source
> for programming with postgresql 8.1 as
> delphi\c++builder\progress 4gl  ?
>
>
>
>
> thanks
>
>
>
>
>
>
>
> ___________________________________________________________
> Do You Yahoo!?
> La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match
>
>

Re: i need a rad/ide open source for work with postgresql

От
Adam Rad?owski
Дата:
Look at:
http://www.postgresql.org/docs/manuals/
The PostgreSQL manual is the best manual, I've ever seen.
The people, who are discussing on ADMIN list are always very helpful.
I'm using PostgreSQL for three years and I found there all answers on my
quesions... Not all - there is nothing about dblink, what about I found
information in unpacked source package, where "readmes" are very usable too.
I think You're very new in PostgreSQL, so You should as the first thing
read any book, where are simple examples of libpq usage. Do not worry
about, that the descriptions are for UNIX/Linux - the calls of libpq
routines are the same.
My first book about PostgreSQL was "Beginning Databases with PostgreSQL"
written by R.Stones and N.Matthew. Since I finished reading of this book
I use always PostgreSQL docs only.
Simplest usage of libpq (all descriptions and routines are in PostgreSQl
docs):
1. connect with PQconnect
2. disble error messages (look at "Notice processing" in the manual)
3. make Your queries with PQexec
4. enable error messages
5. disconnect

In Delphi, of course You have to link needed routines from llibpq.dll .
See examples from FreePascal, when You're using Delphi.

Adam

Mario Jose Canto Barea pisze:
> where i can obtain information for learning  use
> libpq.DLL  ?
>
>
>
>
> --- Adam Rad?owski <adamr@informatyka.gdansk.pl>
> escribió:
>
>> Look at:
>> http://zeoslib.sourceforge.net/
>> Adam
>> P.S. And remember, that You can use libpq.DLL too -
>> the fastest way to
>> work with PostgreSQL.
>>
>> Mario Jose Canto Barea pisze:
>>> why are you can make a good database relational
>> server
>>> as postgresql 8.1, and dont make a rad/ide open
>> source
>>> for programming with postgresql 8.1 as
>>> delphi\c++builder\progress 4gl  ?
>>>
>>>
>>>
>>>
>>> thanks
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
> ___________________________________________________________
>>> Do You Yahoo!?
>>> La mejor conexión a Internet y <b >2GB</b> extra a
>> tu correo por $100 al mes. http://net.yahoo.com.mx
>>>
>>> ---------------------------(end of
>> broadcast)---------------------------
>>> TIP 9: In versions below 8.0, the planner will
>> ignore your desire to
>>>        choose an index scan if your joining
>> column's datatypes do not
>>>        match
>>>
>>>
>
>
>
>
>
>
> ___________________________________________________________
> Do You Yahoo!?
> La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx
>
>
>