Re: Please Help me

From: Jochem van Dieten <nomail(at)devnull(dot)invalid>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Please Help me
Date: 2002-08-01 15:16:48
Message-ID: aibjcv$lpr$3@news.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Michelle Murrain wrote:
>
> Yeah, except I do have experience with ColdFusion, and ColdFusion
> runs into some very problematic issues with Postgres, sadly. Although
> I use Postgres almost exclusively, I had to switch to MySQL for use
> with ColdFusion.

I wonder what your issues are, because in my experience it is very
version related. With PostgreSQL versions before 7.1 there were various
problems. As of 7.1, the main problem has been drivers. ColdFusion came
with old (obsolete) drivers that didn't support many of the new features
in postgreSQL. A custom compilation of new drivers was required, but was
a tricky process.

As of CF MX, IMHO PostgreSQL is the clear winner. For the very simple
reason of full Unicode support, which means internationalization is a
breeze. Simply save templates as UTF-8 and create a database with
Unicode encoding and you are ready. And I am not aware of any problems
with the JDBC drivers.

Jochem

PS Whichever you choose, use cfqueryparam exclusively in your queries.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Waheed Rahuman 2002-08-01 17:10:59 Please Help me
Previous Message Chad Thompson 2002-08-01 14:56:55 Re: Please Help me