Thread: Connect to database.

Connect to database.

From
TPCCUVA
Date:
Hello.

I making a program that connects with the database by means of:

EXEC SQL CONNECT TO 'database' USER  'user';

When you put after that :

EXEC SQL SET AUTOCOMMIT on;

Does that sentence afect only to this connection? Otherwise ,Does it
affect to all connections?

I'm using postgres 7.1.3.

Thanks.