Re: How can I keep an OdbcDataAdapter from using fully qualified tble names? - Mailing list pgsql-odbc

From Rob Richardson
Subject Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?
Date
Msg-id 1335363910.22996.YahooMailRC@web83603.mail.sp1.yahoo.com
Whole thread Raw
In response to Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?  (Barry Bell <Barry_Bell@harte-hanks.com>)
Responses Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?  (Barry Bell <Barry_Bell@harte-hanks.com>)
List 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 by date:

Previous
From: Barry Bell
Date:
Subject: Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?
Next
From: Barry Bell
Date:
Subject: Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?