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

From: Rob Richardson <interrobang(at)yahoo(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?
Date: 2012-04-25 14:25:10
Message-ID: 1335363910.22996.YahooMailRC@web83603.mail.sp1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Barry Bell 2012-04-25 14:35:11 Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?
Previous Message Barry Bell 2012-04-25 14:11:58 Re: How can I keep an OdbcDataAdapter from using fully qualified tble names?