Обсуждение: ASP ODBC INSERT PROBLEM

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

ASP ODBC INSERT PROBLEM

От
"Piotr Walczyszyn"
Дата:
I can't insert into table when one of it's columns references from some
other table, and I don't get any error.
I run this insert procedure from asp script that is on PWS server that is
connected through ODBC to my linux box.
When I execute this insert statemant from psql it works just fine.Is there
any solution to this problem?

Peter Walczyszyn


Re: ASP ODBC INSERT PROBLEM

От
Hiroshi Inoue
Дата:
Piotr Walczyszyn wrote:
>
> I can't insert into table when one of it's columns references from some
> other table, and I don't get any error.

Try running the postmaster with -d2 (and without -S) and see what
gets logged in its stderr output.

BTW what version of psqlodbc driver are you using ?

regards,
Hiroshi Inoue