Re: Cold Fusion/ODBC

From: "Poul L(dot) Christiansen" <poulc(at)cs(dot)auc(dot)dk>
To: Michelle Murrain <mpm(at)norwottuck(dot)com>
Cc: "'PostgreSQL-general'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Cold Fusion/ODBC
Date: 2001-03-21 16:20:01
Message-ID: Pine.GSO.4.21.0103211716420.23941-100000@borg.cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm using Postgres and CF and AFAIK the only way to connect to Postgres is
with ODBC.

I wish there was a native interface, like the oracle interface.

Maybe a Cold Fusion CFX (in C++) tag could be made that allow native
Postgres connections?

Poul L. Christiansen

On Wed, 21 Mar 2001, Michelle Murrain wrote:

> Hi folks,
>
> I'm just starting with learning how to use Cold Fusion, and I have a question
> for those of you who've used Postgres and CF. First, is there a direct way
> that Cold Fusion can connect with postgres other than ODBC?
>
> Example:
>
> <cfquery name="theweather" datasource="rakehell" dbtype="ODBC">
> SELECT * FROM weather
> </cfquery>
>
> Is there a dbtype command that will directly connect with a pg database, or
> do I have to make the connection via ODBC?
>
> Thanks in advance!
>
> Michelle
> --
> ------------
> Michelle Murrain, Ph.D.
> President
> Norwottuck Technology Resources
> mpm(at)norwottuck(dot)com
> http://www.norwottuck.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karel Zak 2001-03-21 16:23:53 Re: to_timestamp question
Previous Message Brent R. Matzelle 2001-03-21 16:09:32 Re: Really Dumb Question...(Dumping db)