Re: ADO TO ODBC

From: Sam Mason <sam(at)samason(dot)me(dot)uk>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ADO TO ODBC
Date: 2008-10-16 13:19:23
Message-ID: 20081016131923.GC2459@frubble.xen.chris-lamb.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Oct 16, 2008 at 12:18:58AM +0200, salman Sheikh wrote:
> I have an application software which has connection with MS Access
> through DAO.I want to use same software without any changing with my
> new databank Postgresql through Odbc.
> I dont think so,that i can change it,I must develope whole software
> with odbc for postgresql.

You can connect to ODBC connections through either DAO or ADO. I use
MS Access as the front end for various Postgres databases and it works
well. The SQL syntax that MS Access understands is very different from
standard SQL, so if the existing code is using a lot of non-standard
syntax then it may need changing to work with Postgres. If you can cope
with a slight loss in power, then you may have luck with using "Linked
Tables" inside Access and getting MS Access to do the translation from
MS Access style SQL to standard SQL (i.e. what Postgres understands).

I've not used it this way, but I'd guess it will still be orders of
magnitude faster (and more reliable) than using MS Access as the
datastore, especially if you've got several people using it over a
network.

I had trouble understanding your question, so if that wasn't what you
were asking I'm sorry!

Sam

In response to

  • ADO TO ODBC at 2008-10-15 22:18:58 from salman Sheikh

Browse pgsql-general by date

  From Date Subject
Next Message Roberto Scattini 2008-10-16 13:22:03 server install recommendations?
Previous Message Roderick A. Anderson 2008-10-16 13:15:15 Re: Problems with Timezones in Australia