Thread: Delphi x Postgresql

Delphi x Postgresql

From
Allan Lemos
Date:
Hi Dave!!,
I'm using pgAdminII without problems, creating databases, tables with
constraints and so on.
Otherwise, when I want to access some tables by language Delphi, I should
like to see this structures, but cant find neither the fields nor the
contents.
Can you help me Dave!!??

Thanks in Advance,
Allan Lemos.





Re: Delphi x Postgresql

From
"Dave Page"
Date:

> -----Original Message-----
> From: Allan Lemos [mailto:allan@ufrrj.br]
> Sent: 26 June 2002 13:06
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Delphi x Postgresql
>
>
> Hi Dave!!,
> I'm using pgAdminII without problems, creating databases,
> tables with constraints and so on. Otherwise, when I want to
> access some tables by language Delphi, I should like to see
> this structures, but cant find neither the fields nor the
> contents. Can you help me Dave!!??

Hi

I'm not sure I understand the problem - what can't you see the tables
in?

Regards, Dave.



Re: Delphi x Postgresql

From
Allan Lemos
Date:
> >
> > Hi Dave!!,
> > I'm using pgAdminII without problems, creating databases,
> > tables with constraints and so on. Otherwise, when I want to
> > access some tables by language Delphi, I should like to see
> > this structures, but cant find neither the fields nor the
> > contents. Can you help me Dave!!??
>
> Hi
>
> I'm not sure I understand the problem - what can't you see the tables
> in?
>
> Regards, Dave.
>

For example, I have a table CONSUMER with two fields ID and NAME. In
pgAdmin, if I run select * from consumer, I see all data. So, if I use this
procedure in Delphi, I can see table consumer but I can't see its contents
or fields name, Ok!?
Thanks,
Allan




Re: Delphi x Postgresql

From
"Dave Page"
Date:

> -----Original Message-----
> From: Allan Lemos [mailto:allan@ufrrj.br]
> Sent: 26 June 2002 17:06
> To: Dave Page
> Cc: pgadmin-support@postgresql.org
> Subject: RE: [pgadmin-support] Delphi x Postgresql
>
>
> > >
> > > Hi Dave!!,
> > > I'm using pgAdminII without problems, creating databases,
> > > tables with constraints and so on. Otherwise, when I want to
> > > access some tables by language Delphi, I should like to see
> > > this structures, but cant find neither the fields nor the
> > > contents. Can you help me Dave!!??
> >
> > Hi
> >
> > I'm not sure I understand the problem - what can't you see
> the tables
> > in?
> >
> > Regards, Dave.
> >
>
> For example, I have a table CONSUMER with two fields ID and
> NAME. In pgAdmin, if I run select * from consumer, I see all
> data. So, if I use this procedure in Delphi, I can see table
> consumer but I can't see its contents or fields name, Ok!?
> Thanks, Allan

Ahh, sorry, I can help with pgAdmin problems but Delphi is a mystery to
me. Why not try the pgsql-odbc@postgresql.org list - there are more
likely to be other Delphi programmer lurking there.

Regards, Dave.



Re: Delphi x Postgresql

From
Allan Lemos
Date:
>
> Ahh, sorry, I can help with pgAdmin problems but Delphi is a mystery to
> me. Why not try the pgsql-odbc@postgresql.org list - there are more
> likely to be other Delphi programmer lurking there.
>
> Regards, Dave.
>

Ok Dave!! Thank you very much!! I will try pgsql-odbc, now!!
Allan