Re: DatabaseMetaData

From: Ognjen Blagojevic <ognjen(at)etf(dot)bg(dot)ac(dot)yu>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: DatabaseMetaData
Date: 2009-06-02 11:11:54
Message-ID: 4A2508FA.6070109@etf.bg.ac.yu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi Mohlomi,

It's maybe just me, but it is very hard to understand from your messages
what are you trying to do, and what is the problem. Try reading the
document I sent you, and try to be more specific with the description of
your problem.

Regards,
Ognjen

Mohlomi Moloi wrote:
> Hi Ognjen,
>
>
>
> I'll try and give detail, just that I have not seen or done one.
>
> However the interface is TELEForm (it use the capture ability of taking
> a set of images, organize them into documents, and then export the
> documents along with index). It exports to a posgreSQL database. So I'm
> just seeking a *Database* MetaData only.
>
>
>
> Warm regards,
>
>
>
> Mohlomi
>
>
>
>
>
> -----Original Message-----
> From: Ognjen Blagojevic [mailto:ognjen(at)etf(dot)bg(dot)ac(dot)yu]
> Sent: 02 June 2009 12:06
> To: pgsql-novice(at)postgresql(dot)org
> Subject: Re: [NOVICE] DatabaseMetaData
>
>
>
> Mohlomi Moloi wrote:
>
>> I have never done, not even sure how Database MetaData look like!
>
>> I am expected to compile a DatabaseMetaData. I have created a database
>
>> with 5 tables that is in 1NF so as to permit data to be queried and
>
>> manipulated.
>
>> Can anyone help?
>
>
>
> It is not clear form your message what are you trying to do. Are you
>
> talking about Java interface java.sql.DatabaseMetaData? Do you need to
>
> implement that interface?
>
>
>
> You should write in more details if you expect help on the mailing list.
>
>
>
> Read this first: http://catb.org/esr/faqs/smart-questions.html
>
>
>
> Regards,
>
> Ognjen
>
>
>
> --
>
> Sent via pgsql-novice mailing list (pgsql-novice(at)postgresql(dot)org)
>
> To make changes to your subscription:
>
> http://www.postgresql.org/mailpref/pgsql-novice
>
>
>

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message JORGE MALDONADO 2009-06-02 16:18:09 ERROR IN RESTORE DATABASE
Previous Message Mohlomi Moloi 2009-06-02 10:42:41 Re: DatabaseMetaData