| From: | Adrian Klaver <aklaver(at)comcast(dot)net> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Cc: | gustavo halperin <ggusti(at)gmail(dot)com> |
| Subject: | Re: JDBC |
| Date: | 2006-07-27 13:11:00 |
| Message-ID: | 200607270611.00429.aklaver@comcast.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wednesday 26 July 2006 11:54 am, gustavo halperin wrote:
> Hello
>
> I'm new with DB, I'm reading the PostgreSQL doc 8.1.
> I almost use the PostgreSQL from the 'psql' terminal and also I prove
> the Toolkit Tora, and Open Office using ODBC driver. I have problem
> using the JDBC driver, I always receive the error: "A driver is not
> registered for the URL jdbc:postgresql://localhost/accs"
> By the way, also try instead the word "accs" the name of the DataBase
> and also with and without the localhost, but always the driver looks not
> registered. I also write "org.postgresql.Driver" in the JDBC driver
> class place. So you know what can be the problem??
To register the driver go to menu item Tools-->Options-->Java. This will pop
up a window. Click on the Class Path button and use Add Archive to browse for
the jar file.
>
> Second question, the Open Office using the driver ODBC can work only
> with tables created with "IODS" column, the same restriccion is for the
> JDBC driver ??
>
>
> Last question, I want to design for my mother, 60 years old, a
> PostgreSQL DB. The DB that she need will have around of 10000 rows each
> table and approximate 3 o 4 tables. There are any simple client
> application that don't need SQL acknowledgments that you recommend for
> her.Or if I want something simple I must write it, maybe using 'libpq'
> together with some Toolkit, for example 'FLTK'.
>
> Thank you very much,
> Gustavo
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
--
Adrian Klaver
aklaver(at)comcast(dot)net
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tomasz Ostrowski | 2006-07-27 13:15:32 | Re: Generating unique session ids |
| Previous Message | Tom Lane | 2006-07-27 12:43:13 | Re: Database Oid from SPI |