Re: Unable to update JOIN'ed recordset with PSQLODBC 08.02.0400 and ADO

Поиск
Список
Период
Сортировка
От Dmitry Samokhin
Тема Re: Unable to update JOIN'ed recordset with PSQLODBC 08.02.0400 and ADO
Дата
Msg-id fdt62n$2ujq$1@news.hub.org
обсуждение исходный текст
Ответ на Unable to update JOIN'ed recordset with PSQLODBC 08.02.0400 and ADO  ("Dmitry Samokhin" <sdld@mail.ru>)
Список pgsql-odbc
Thanks for your attention and a workaround!
Investigating different types of queries returning the required result I
found out that it fails even on
"SELECT ... FROM t1 CROSS JOIN t2 WHERE t1.b = t2.b ..." although the
documentation states:

7.2.1.1. Joined Tables
...
FROM T1 CROSS JOIN T2 is equivalent to FROM T1, T2. It is also equivalent to
FROM T1 INNER JOIN T2 ON TRUE (see below).
...

Unfortunately, my simple suite is mainly for the community to easily
reproduce the problem. In our real applications, we need to utilize OUTER
joins also.

Since the PostgreSQL next release, 8.3, is on the way now and requires
focusing developers' attention on, please feel free to put all this into the
background; I've risen it up in order to not forget completely :))

Regards,
Dmitry.


""Hiroshi Saito"" <z-saito@guitar.ocn.ne.jp> wrote in message
news:06e601c8044b$0cc89770$c601a8c0@HP22720319231...
> Hi.
>
> Sorry, very late reaction....Surely it reproduces a problem. It seems that
> it was missed at the time of some problem solutions. Probably, It seems to
> be MOLE-BASHING completely.:-(
>
> However, The following is the one solution method....
>
> ' strSql = "SELECT t1.* FROM t1 INNER JOIN t2 ON t1.b = t2.b ORDER BY
> t2.c"
>  strSql = "SELECT t1.* FROM t1,t2 WHERE t1.b = t2.b ORDER BY t2.c"
>
> But, Investigation will be continued.
> I appreciate your perseverance. Thanks!
>
> Regards,
> Hiroshi Saito
>



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

Предыдущее
От: "Relyea, Mike"
Дата:
Сообщение: Out of memory error
Следующее
От: Stephen Frost
Дата:
Сообщение: Filtering ODBC table list