Re: Need some informations... - Mailing list pgadmin-support

From Thomas Pundt
Subject Re: Need some informations...
Date
Msg-id 4932A54D.70107@rp-online.de
Whole thread Raw
In response to Need some informations...  ("sheerin" <sryf@online.no>)
List 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


pgadmin-support by date:

Previous
From: "sheerin"
Date:
Subject: Need some informations...
Next
From: "Stefan Keller"
Date:
Subject: Re: Need some informations...