This compares the product editions and tells you what databased each edition
supports - http://www.adobe.com/products/coldfusion/editions/

Enterprise has built-in support for Oracle.

You can still use Oracle with Standard. All you have to do is add Oracles
JDBC class. It's fairly simple and is what I did since I was using Standard.
Standard is way cheaper and the way to go if you don't have a need for the
rest of the features that come with Enterprise.

-Dutch


On Sat, Mar 8, 2008 at 9:22 AM, Bud Manz <[EMAIL PROTECTED]> wrote:

> Thanks, Dutch!  At work, we are now using Oracle 9i for our administrative
> system and I am in love with it... we are soon, possibly in the next week or
> 2, doing the dreaded upgrade to 10g.  I am glad that's not my job, I'm
> *just* a PL/SQL developer with a little bit of Pro*C thrown in the mix.  I
> only mention this because I saw it in the list you provided of DBs you have
> connected to with CF.
>
> Have a great weekend!
> Bud
>
> On Fri, Mar 7, 2008 at 12:14 AM, Dutch Rapley <[EMAIL PROTECTED]>
> wrote:
>
> >
> > >
> > > If I'm not mistaken, cold fusion will only work with SQL Server(?), at
> > > least that's what I used it against
> > >
> >
> > From March 2003 until August 2007, I was running ColdFusion on SuSE
> > Linux Enterprise Server 8 & 9. It can connect to any database that uses a
> > JDBC driver. During that timeframe, I had it connecting to both Oracle8i &
> > 9i and MySQL databases. The newest version, ColdFusion 8, also has Apache
> > Derby built in, although I haven't used it (Apache Derby).
> >
> > Also, lots of folks these days are using Eclipse with the CFEclipse
> > plugin as their CF ide of choice. Adobe has even added some step-through
> > debugging capabilities to Eclipse.
> >
> > I'm not going to get into an argument of whether or not ColdFusion is a
> > language. It's really more like a toolbox of utilities for building web
> > applications quickly. It does have a tag based language that you use.
> > Essentially, each ColdFusion tag maps to a Java class on the back end that
> > does the work for you. ColdFusion is a rapid application development
> > platform that runs on top of JRun. If you're already running WebLogic or
> > WebSphere, you can also run CF on those platforms through EAR and WAR
> > deployments, without the need to actually install ColdFusion as a standalone
> > product.
> >
> > This will give you an idea of who uses ColdFusion -
> > http://www.coldfusiondeveloper.com.au/go/top100/
> >
> > -Dutch
> >
> >
> > _______________________________________________
> > Fwlug mailing list
> > [email protected]
> > http://fortwaynelug.org/mailman/listinfo/fwlug_fortwaynelug.org
> >
> >
>
> _______________________________________________
> Fwlug mailing list
> [email protected]
> http://fortwaynelug.org/mailman/listinfo/fwlug_fortwaynelug.org
>
>
_______________________________________________
Fwlug mailing list
[email protected]
http://fortwaynelug.org/mailman/listinfo/fwlug_fortwaynelug.org

Reply via email to