Re: [GENERAL] TRANSACTION ISOLATION

1998-08-25 Thread Vadim Mikheev
claudio navarro wrote: > > I would like to know wich isolation level has PostgreSQL? > Dirtyread, readcommited or repeatableread? Serialized only. Vadim

Re: [GENERAL] deadlock,ODBC,C++Builder

1998-08-25 Thread David Hartwig
In the Driver Setup dialog, go to Advanced Options / Driver. Turn OFF "Use Declare/Fetch".This will cause the driver to read the entire keyset into memory instead of leaving open the cursor that is fetched on request from the application. Just one of those space/time trade-offs. Daniel £a

[GENERAL] JDBC with POSTGRES

1998-08-25 Thread Gilles Darold
Hello, I have a little problem with connecting a Java standalone application and Postgresql 6.3.2. In fact it doesn't connect. Before sending you the error output, is anybody can tell me if I have to declare a user/password in the h_dba_conf if I want this to work? I ask this because I can't t