Connect to database.

Started by TPCCUVAalmost 24 years ago1 messagesgeneral
Jump to latest
#1TPCCUVA
TPCCUVA@terra.es

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.