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

Поиск
Список
Период
Сортировка
От Rob Richardson
Тема Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?
Дата
Msg-id 1335363910.22996.YahooMailRC@web83603.mail.sp1.yahoo.com
обсуждение исходный текст
Ответ на Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?  (Barry Bell <Barry_Bell@harte-hanks.com>)
Ответы Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?  (Barry Bell <Barry_Bell@harte-hanks.com>)
Список pgsql-odbc
I want to stick with DSNs because we change databases frequently, mainly on our
own systems.  Develop first using a test database, then do final testing on a
copy of the customer's production database, then, if problems crop up, get an
up-to-date copy of the customer's database and debug using that.  That's what
DSNs are for.  They work.  (At least until the .Net world apparently decided it
knows better.)

I think you're thinking of a different issue.  I'm not talking about a fully
qualified name of a server, with "mycompany.com" appended to it.  I'm talking
about a fully qualified table name, with the database name and schema prepended
to it.

RobR

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

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