Re: Need some informations...

From: Thomas Pundt <mlists(at)rp-online(dot)de>
To: sheerin <sryf(at)online(dot)no>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Need some informations...
Date: 2008-11-30 14:38:05
Message-ID: 4932A54D.70107@rp-online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

sheerin schrieb:
> I made a system using Oracle database. Now I'm trying to use PostgreSql.
>
> 1. What should I write inside the bracket her - Class.forName(" ?").
>
> 2. And what should I write here?
>
> String databaseName = " ?";
> int kode=1;
> Database database = new Database(databaseName, kode, "xxxx", "yyyy");

First of all, this mailing list is about pgAdmin, a GUI application for
PostgreSQL administration; I somewhat doubt that your request is about
pgAdmin? There are the pgsql-interfaces and probably pgsql-general
mailing lists which seem much more approriate. Please consider
redirecting your question to there.

Then you have to be much more specfic in your prblem description, if you
want someone being able to help you. From what you write it _seems_ you
are using C++ to connect to a PostgreSQL database? You can find
information about this topic in the fine manual:
http://www.postgresql.org/docs/8.3/interactive/libpq.html

You should at least describe what framework (or libraries) you are
using.

Ciao,
Thomas

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Stefan Keller 2008-11-30 20:09:10 Re: Need some informations...
Previous Message sheerin 2008-11-30 11:29:24 Need some informations...