Обсуждение: Connect to database.

Поиск
Список
Период
Сортировка

Connect to database.

От
TPCCUVA
Дата:
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.