Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?

Поиск
Список
Период
Сортировка
От Nils Gösche
Тема Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?
Дата
Msg-id 009801cd22f4$5e7f7b70$1b7e7250$@de
обсуждение исходный текст
Ответ на How can I keep an OdbcDataAdapter from using fully qualified tble names?  (Rob Richardson <interrobang@yahoo.com>)
Список pgsql-odbc
Rob Richardson wrote:

> In VS 2008, I am trying to use the System.Data.Odbc namespace to work

[...]

> When I use an OdbcCommandBuilder object to create the insert, update
> and delete
> commands for me, the table names are fully qualified.  For example, an
> insert
> command might begin with "insert into MyDatabase.public.MyTable...".
> When I try
> to use that, I get an exception thrown that complains that cross-
> database
> references are not implemented (even though the connection I am using
> is to the MyDatabase database).

I used to have the same problem and gave up on it a long time ago. I
just tried to reproduce it again and...failed!

I suspect it's because we have switched to VS 2010 in the meantime. Could
you perhaps check if your problem goes away, too, if you compile with VS
2010?

Thanks for bringing it up, anyway :-) :-) :-)

Regards,
--
Nils Gösche
"Don't ask for whom the <CTRL-G> tolls."



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

Предыдущее
От: Rob Richardson
Дата:
Сообщение: Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?
Следующее
От: "George Weaver"
Дата:
Сообщение: Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?