Bruce Momjian wrote:
>
> > The bottom line is that the marketing of PostgreSQL is not even close to
> > that of MySQL. Thank god the code, community and support doesn't follow
> > suit!
>
> I think MySQL got a big start by migrating mSQL users years ago and
> having a compatibility module for
[EMAIL PROTECTED] wrote:
>
> I am not sure what an ole db provider is? This must be another method of
> talking to the server from a client application. What advantages does it have?
If you intend to use ADO you need an OLE-DB provider.
> I have the open source ODBC client (and I know a Java
Trond Eivind Glomsrød wrote:
> No, it's not - it's just not making assumptions like "enough space is
> present to dump everything somewhere" (if you have a multiGB database,
> dumping it to upgrade sounds like a bad idea), "the database server is
> running, so I can just dump the data" etc.
On e
Hi!
how can I setup sequences to have the current-value reset in case
of an Transaction rollback.
My intension is to get an contignous numbering of the rows.
Currently in case of an Rollback one number is skipped since
the record itself is not inserted but the counter is not reset.
Elmar
Chris Jones schrieb:
> I'm currently getting this error on my nightly vacuum. These two
> indices (as you may have guessed already) are on columns named
> interface and ewhen, on a table named error. The error table is
> constantly being updated. (No comments about the implications of
> that,
Hello,
I intend to migrate an VB-4 application using the DAO 2.5-Access
database to the PostgreSQL server. Is there an simple way to do so?
I did try to yust move the Tables to the Server and link them back
into an MDB file. This works in most cases but it is not efficient
since the DAO engine p