n.
Thanks,
Zoltan
Ezzel a dátummal: Sunday 07 February 2010 13.48.15 Joerg Budischewski ezt
írta:
Hi,
the former driver versions (0.7.6 and below) do not work anymore with
upcoming OOo 3.2 (see issue
http://www.openoffice.org/issues/show_bug.cgi?id=108028).
You can download it
Hi,
the former driver versions (0.7.6 and below) do not work anymore with
upcoming OOo 3.2 (see issue
http://www.openoffice.org/issues/show_bug.cgi?id=108028).
You can download it from
http://dba.openoffice.org/drivers/postgresql/index.html
Bye,
Joerg
@oj: thx a lot for your hints.
Hi,
I'd like to announce the availability of the version 0.7.6 of the native
postgresql driver for OpenOffice.org for windows and linux x86.
The driver's homepage can be found here:
http://dba.openoffice.org/drivers/postgresql/index.html
Compared to Version 0.7.5, the following things have cha
Hi,
> The only C++ external UNO driver component I know is the PostgreSQL
> SDBC
> driver, but this component is not a "true independent extension", as
> it
> is (AFAIK) build linking against the connectivity module libraries.
the postgresql driver is an implementation, that just links to ODK
li
Hi,
I'd like to announce the availability of the version 0.7.5 of the native
postgresql driver for OpenOffice.org database API for windows and linux x86.
The driver's homepage can be found here:
http://dba.openoffice.org/drivers/postgresql/index.html
Compared to Version 0.7.4, the following th
Hi,
in case you are still interested, have a look at
http://www.openoffice.org/issues/show_bug.cgi?id=77188
In case it works for you, let me know.
(Andrew Zinn probably had dot (.) in his LD_LIBRARY_PATH).
Bye,
Joerg
ovaldez wrote:
I've followed all installation alternatives for OOo 2.0 found
Hi,
My suggestion is just to merge all "primary" libs into one single lib. Not
sharing, merging. Not a factorization, rather an addition.
Ah, okay, now I see.
Yes, this would be possible. The original idea for the drivers is to be
as independent as possible, but as lot of them already share
>> hmm, don't understand why this query fails, it looks fine to me. Do
>> you have an idea ?
>>
> The quotes are missing around the column identifier ID, so Postgres
> down-cases it to "id", which does not exist. "ID" does exist in my
> table however. It looks like a simple omission in this one
Hi,
"SELECT MAX(columnid)" is only a workaround, which of course isn't
multi-user-safe at all. This workaround is used for databases where no
other way to retrieve generated values is known - unfortunately there's
no (wide-spread enough) standard to retrieve the server-side generated
values afte
Hi,
I'd like to announce the availability of the version 0.7.2 of the native
postgresql driver for OpenOffice.org database API for windows and linux x86.
The driver's homepage can be found here:
http://dba.openoffice.org/drivers/postgresql/index.html
Compared to Version 0.7.1, the following th
Hi,
Frank Schönheit - Sun Microsystems Germany wrote:
Hi Jörg, Ocke,
@Frank, Ocke: Can I influence somehow, how date literals are added to
queries created in the design view ?
I'm sorry to say but it is at the moment not possible to turn this
feature off.
There the parse nodes for th
Hi,
@Frank, Ocke: Can I influence somehow, how date literals are added to
queries created in the design view ?
@Moritz: You can deselect the "View/Switch on Design View On/Off" in the
query designer and modify the query by hand (remove the '{D' and the '}'.
Bye,
Joerg
Moritz Rempel wrote:
I'd like to announce the availability of the version 0.7.1 of the native
postgresql driver for OpenOffice.org database API for windows and linux x86.
The driver's homepage can be found here:
http://dba.openoffice.org/drivers/postgresql/index.html
Compared to Version 0.7.0, the following thin
Hi,
Two somewhat related queries:
1. In my database, I defined a number of domains. Those domains are
basically all constrained versions of one of: int2, bpchar(1) or
bpchar(2). Unfortunately, it seems that, through OOoBase's SDBC driver,
I cannot access (neither read nor write) the corre
Hi,
I'd like to announce the availability of the version 0.7.0 of the native
postgresql driver for OpenOffice.org database API for windows and linux x86.
The driver's homepage can be found here:
http://dba.openoffice.org/drivers/postgresql/index.html
Compared to Version 0.6.2, the following
Hi,
I currently don't have time to update it.
Use the
program/unopkg add
instead of pkgchk.
In case this raises errors (or you don't get a postgresql option in the
database dialog), note, that it may not work, when you use the debian
built OOo. You'll then need someone to rebuilt the drive
Hi,
> Depending on how much sleep my new-born daughter
Congratulations for your new 'lifetime-task' :-).
> will allow me in the
near future, I might be able to return to normal
> work in about two weeks
or so :)
we will see ...
Bye,
Joerg
-
Hi,
the driver is working with OOo1.1 und preOOo2.0 and is still maintained
by me (though I haven't done anything on it for some months now).
Josh Berkus wrote:
Joerg,
I've been offered some corporate help on the PostgreSQL SDBC. What needs
to be done on it?
there are several issues,
Hi,
you can find the jdbc driver implementation here
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/
, but this is c++ code calling jdbc code via jni, don't know, if you can
read this.
When this happens on linux, you can try to get a sensible native
stacktrace
Hi,
>>hat does a>
>>netstat -a | grep PGSQL
>>
>
> This yealds nothing ;(
I think, this points to the source of the problem. You use the
postgresql shipping with debian, can it be possible, that they patched
the default connection path to something else ? Try a
netstat -a | grep 5432
and when this
there has been a typo in the address
--- Begin Message ---
Hi Joerg,
* Joerg Budischewski <[EMAIL PROTECTED]> [180305, 22:21]:
>
> is your server configured to serve tcp/ip requests (-i option) ? If not,
> try leaving away the "host=local" phrase, the driver wil
Hi,
is your server configured to serve tcp/ip requests (-i option) ? If not,
try leaving away the "host=local" phrase, the driver will then use
unix domain sockets.
OK, I commented out the tcp/ip option in hba.conf, left away all that
follows the "sdbc:postgres:" string but the result is always
Hi,
After having solved this, you are going to have a problem with the user
authentication. Leave the "user=" phrase away, and hit the
'unnamed' tab within the data source dialog between General and Table,
fill in your user name and check the "password required" flag.
Can you explain why this i
ot; phrase away, and hit the
'unnamed' tab within the data source dialog between General and Table,
fill in your user name and check the "password required" flag.
Bye,
Joerg
Ennio-Sr wrote:
Hi Joerg, thank you for answering my post.
* Joerg Budischewski <[EMAIL PRO
Hi,
I tried SDBC connection also and I'm getting the same error: complaining
about user and password (that, of course, are correct).
How do you pass user and password currently with the sdbc driver ?
Did you have a look at the postgres server log about the concrete error
message of your authentica
Josh Berkus wrote:
... is it going to ship with OOo 2.0?Even if it's beta, it's fairly
functional, and would make life easier for a lot of users. The license
shouldn't be a problem, the PostgreSQL libraries are BSD.
Hi,
it's one of my next tasks, but I temporarily can't spend time on OOo
Hi,
in case you engage problems with the postgresql-openoffice interaction,
you should switch to version 0.6.2, it has some major improvements over
over 0.5.0.
Yes, I'll do that soon.
I assume the 0.6.2 version is simply 'further along the development
road' and isn't likely to be any *less* re
Hi,
Chris Green wrote:
I've just installed the postgresql SDBC drivers (version 0.5 at the
moment)
in case you engage problems with the postgresql-openoffice interaction,
you should switch to version 0.6.2, it has some major improvements over
over 0.5.0.
Bye,
Joerg
28 matches
Mail list logo