Re: ODBC error and concurrent connections question

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: ODBC error and concurrent connections question
Дата
Msg-id 20051212121059.GA7515@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на ODBC error and concurrent connections question  ("Francesco Lilley" <f.lilley@gruppobiesse.it>)
Список pgsql-odbc
> But i have a problem: i've created a Test table, and then installed
> and created the Odbc on another pc different from the pc on which
> i installed the Postgres Server.
> I created a C-like program and the first time it was all ok, but
> after i can't connect to the machine through Odbc, so i create new

After what you can't connect? I think this is postgresql related question.
Can you connect server through psql command line client?
If you can't connect with psql then the problem is on server side.

Could you ping to the server? Does ODBC and C program work on server?
Do you have well filled datasource parameters like server name,
server port, SSL mode, database name, user name and password?

> odbc, but nothing, now i'm not able to connect to the sever.
> The program returns me an ODBC error! Why? It's very strange!

What error do you get? We're not crystal gazers ...
Could you post mylog output?

> Ehat i have to do in order to have automatic serialization with
> concurrent connections?

Isn't it again postgresql related question? I think there is pgsql-novice
mailing list for these question. It isn't ODBC related.
You can try study transaction isolation ... It's well documented on
www.postgresql.org/docs/

Regards,

Luf

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "Francesco Lilley"
Дата:
Сообщение: ODBC error and concurrent connections question
Следующее
От: "Andrus"
Дата:
Сообщение: Re: Access violation C5 error on Visual FoxPro SQLEXEC() call after error