I set this up this week (Postgres) with MX Wasnt too much of a problem, I downloaded the driver from:
http://jdbc.postgresql.org/ Under the JVM settings I added the path to the driver: C:\drivers\postgresql-8.0.309.jdbc2.jar, Then created a Datasource as follows: JDBC URL: jdbc:postgresql://<host>/<database> Driver Class: org.postgresql.Driver username: <username> password: <pass> And bingo, connected first time etc. Regards Mark Drew On Tue, 25 Jan 2005 05:55:54 -0500, Dave Merrill <[EMAIL PROTECTED]> wrote: > Marco, do you have any experience using Cloudscape? With CF? If so, any > comments on performance, features, stability? Setup hints for connecting w > CFMX61? > > Thanks, > > Dave Merrill > > > > Portable? Or Embeddable? Postgre(30MB RAM space) and MySQL(50MB RAM > > space) may be Portable but Cloudscape(2MB RAM space), HSQLDB, etc are > > a good option for embeddable apps. And yes we're using PG for big apps > > and MySQL for smaller... PG is very very nice... > > > > Cheers > > > > Marco > > > > > > On Mon, 24 Jan 2005 17:14:27 -0600, Chuck Mason wrote: > > > Robert - > > > > > > Do you use PostgreSQL as the database for any of your CF apps? If yes, > > > how do you like it? I'm keeping my eyes open for a good portable > > > database to use with CFEverywhere > > > (http://www.sys-con.com/story/?storyid=47827&DE=1) and intend on playing > > > with Cloudscape a bit more (Cloudscape isn't something you jump right > > > into without having reviewed the docs). > > > > > > Cheers! > > > Chuck > > > > > > > > > Robert Everland III wrote: > > > > > > >What about PostgreSQL http://www.postgresql.org/ftp/ they just > > came out with a native win32 version. They have integrated stored > > procedures unlike MYSQL. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191677 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

