RE: SQL select where in headache

2007-09-04 Thread owner
Permissions is not a list...the IN statement allows you to pass a list of parameters, so for instance if you had a statement "where id in(1,2,3,4)" it would get the records for all records in that table with id's of 1,2,3,or 4. If the values are varchar's...then each element needs single quotes ar

RE: Model Glue and reactor

2007-09-04 Thread owner
We are down to this error: Not using an ORM adapter. You will not be able to do automatic database functions. Cause: Reactor failed to load: coldspring.beanCreationException : Bean creation exception during init() of reactor.config.config : An error occurred when performing a file operation read

re:model glue

2007-08-30 Thread owner
are there any alternative sites that have model glue docs...looks like something is not working right on the main site (model-glue.com)...jut getting a directory listing. I am working on learning it and trying to get everything installed. Any help would be appreciated. Eric Thanks!

RE: CF vs. PHP

2007-08-27 Thread owner
If that is what they use for allof thier other apps...then yes...it is normal to use the same language across the enterprise where appropriate. You might see a mix of Java and other languages and sometimes even .Net and CF (usually the only time you see multiple lanhuages like >NET and CF or CF an

Model Glue

2007-08-24 Thread owner
Since I know we have a few Model Glue gurus here...I need to learn it for an upcoming project at work. Can an of you all suggest some books and other resources that are good? Thanks in advance. Eric ~| Download the latest Col

RE: multiple sites with cf 8 and iis

2007-08-22 Thread owner
there isn't a centralized way of doing so without using a dns server that I am aware of. I just use a local DNS server. Then you set up your dev machine to use the local dns as a primary dns and the real dns as a secondary dns. Eric > Original Message > Subject: RE: multiple si

RE: CFIF Pissing me off

2007-08-22 Thread owner
with strict xhtml standards...selected does have a value of "selected. According to the standard, ever attribute has a value. Eric > Original Message > Subject: Re: CFIF Pissing me off > From: Claude Schneegans <[EMAIL PROTECTED]> > Date: Tue, August 21, 2007 9:53 am > To: CF-Ta

RE: coldfusion and Apache

2007-08-18 Thread owner
I forget the exact setting, but look in the config file and you will see a line that has .htm, .html, .php, etc...add .cfm to the list... Eric ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from activ

RE: CF7.02 Enterprise drivers for Oracle 10g

2007-08-18 Thread owner
I am not sure with 7, but I know with 6, in order to be able to use clobs, you had to use the oracle thin client with Oracle 10g. Eric ~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - downloa

OT...Need Help with MS Exchange

2007-08-17 Thread owner
If someone can give me a hand, I would appreciate it. My hosts servers bit the dust and that is prolly the end of the business. I have exchange 2003 SP2 at home on my dev server (Windows 2003 Small Business Server). I need to set it up for email(for multiple hosts) until I can get another host s

HouseOfFusion.Com password retrieval

2007-06-21 Thread owner
I just tried to get my password and it looks like the password retrieval system is not working. I tried this about 30 mins ago and still no email with my password... I have tred this a few times before and had no succcess ever. Eric ~~

cfqueryparam error in cfmx 6.01

2007-06-14 Thread owner
umber of results. IF you look at the results on the webpage, the results that would have been generated by the 3rd parameter are missing. There is nothing else in the code that would limit the number of rows rerturned by the query. Any Ideas? Thanks Eric Roberts Owner/ColdFusion Developer Three Ra

Re: Eclipse on Vista

2007-05-11 Thread owner
No...I don;t have internet access onmy laptop here...I am going to have to try that when I get home tonight. Eric > And you tried using winRar? > > > > On 5/12/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > wrote: >> >> The zipfile is in the root of the d drive as is the folder I am >> unzipping >>

Re: Eclipse on Vista

2007-05-11 Thread owner
The zipfile is in the root of the d drive as is the folder I am unzipping it to. Eric > Yeah move the zip close to the root of the drive > > > > On 5/12/07, Doug Bezona <[EMAIL PROTECTED]> wrote: >> >> Bummer - that's always worked for me in the past. Try it one more time, >> but >> rename th

Re: Eclipse on Vista

2007-05-11 Thread owner
I trid that and it didn't work :-( Eric > This isn't just Vista - I've run into this on XP as well. > > Just put the zip file in the root of your C: drive and unzip it there. > > It's the combination of the paths and filenames in the zip and the > additional path information from the location of

Re: Eclipse on Vista

2007-05-11 Thread owner
I was using the built in compression software on Vista...and yes...ntfs... > On Friday 11 May 2007, [EMAIL PROTECTED] wrote: >> When I was unpacking the file I downloaded from Eclipse.org, I got an >> error saying that a source file name(s) were too long. I think it was > > What were you unpackin

RE: Scorpio

2007-05-11 Thread owner
I believe that is correct. Currently, there is no way to pass a complex variable/object like a CFC to another server in this manner. The new serialization features allow this so that if a server goes down, you do have the ability to continue the session on the new server without even a blip. Eri

Re: Eclipse on Vista

2007-05-11 Thread owner
It's the one built into vista ultimate... Eric > That error is comming from the package you use to unzip... > > I use winRar from rarLabs.. > > > > On 5/12/07, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> > wrote: >> >> Dave, Andrew, and anyone else who has installed Eclipse on Vista... >> >> Gave it

RE: Eclipse on Vista

2007-05-11 Thread owner
Dave, Andrew, and anyone else who has installed Eclipse on Vista... Gave it another try...and once again problems (big shocker)... When I was unpacking the file I downloaded from Eclipse.org, I got an error saying that a source file name(s) were too long. I think it was referring to runtime_regi

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-10 Thread owner
Don't be so verbose Dave *grin* Any issues I should know about before i try it out again? I really want to check out the dubugger for CF8 :-D Eric >> BTW...anyone have Eclipse installed on Vista yet? > > Yes, I do. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf So

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-10 Thread owner
BTW...anyone have Eclipse installed on Vista yet? Eric > I can't disable AV here to test that theory...all I know was it was like > trying to run the current version of photoshop on a 286 hehehe. > > Eric > >> Could it possibly have been AV? We had an awful time with it and Eclipse >> due >> to t

Re: Subversion... CF's built-in webserver ... Can I do this?

2007-05-10 Thread owner
Yeah...I am not a big fan of Open Source and I think it is awesome too. The way I generally use it is to have both dev and prod be checked out directories from the repository. I then have the repository set up to commit the file to prod when I commit the dev file. This allows me to save and test

RE: Adobe CS3 Web Edition leaves me wanting, moving to Eclipse! W AS (RE: Frameworks)

2007-05-10 Thread owner
I can't disable AV here to test that theory...all I know was it was like trying to run the current version of photoshop on a 286 hehehe. Eric > Could it possibly have been AV? We had an awful time with it and Eclipse > due > to the JAR loading etc. We had to disable it in the end for the Eclipse

Re: Using CreateObject with init correctly

2006-01-18 Thread Owner, Three Ravens Consulting
Here's the entire code snippet... On Wed, 18 Jan 2006 09:57:45 -0500 "Baz" <[EMAIL PROTECTED]> wrote: > Hi Richard, > > To init() on create you need to make sure that the >init() method returns THIS () In your >example it seems that you are returning VOID. > > Ch

Re: Using CreateObject with init correctly

2006-01-18 Thread Owner, Three Ravens Consulting
here's an example from some code I worked on using the jakarta apache Project's HSSp java classes: this is creating an object that creates an excel spreadshhet workbook... Eric On Wed, 18 Jan 2006 09:36:00 -0400 Richard East <[EMAIL PROTECTED]> wrote: > I have seen code where an object was

Re: BlueDragon vs. ColdFusion 6/7

2006-01-17 Thread Owner, Three Ravens Consulting
I have no expereince with Blue Dragon, but logically speaking, if CF has all the features that you want and need, and BD is lacking features, why go with the copyt when you can get the original at the same price? Eric On Tue, 17 Jan 2006 14:23:49 -0800 Aaron Roberson <[EMAIL PROTECTED]> wrot

Re: Import Datasources

2006-01-13 Thread Owner, Three Ravens Consulting
I beleive you have to set them up individually unfortuantely. Eric On Fri, 13 Jan 2006 12:07:57 -0500 "Orlini, Robert" <[EMAIL PROTECTED]> wrote: > I just installed CF MX 7 and want to import my >datasources from version 5. Is there a feature on MX 7 >where I can import the datasources or do

Re: Free third party DNS hosting from godaddy

2006-01-12 Thread Owner, Three Ravens Consulting
I use registerfly.com Eric On Thu, 12 Jan 2006 09:21:12 -0500 "Katz, Dov B \(IT\)" <[EMAIL PROTECTED]> wrote: > has anyone tried using the free DNS management from >godaddy? > > They apparently let you manage dns records of outside >domains without > transferring them there (just pointing th

Re: CF Blog Hosting

2006-01-12 Thread Owner, Three Ravens Consulting
Check out uplinkearth.com I have been with them a couple of years. I pay $105 for 3 months, which includes 3gig of space, MySQL db (you can also get SQL Server). They use CFMX7. Not sure if they support IMAP or not. Eric On Thu, 12 Jan 2006 07:59:53 -0600 Cutter <[EMAIL PROTECTED]> wrote

Re: Mail list archives

2006-01-12 Thread Owner, Three Ravens Consulting
I don;t know of any out of the box solutions, but you could just use CFPOP to store the emails in your DB and then you have an easy way to display them in an archive... Eric On Thu, 12 Jan 2006 12:24:17 - "Jennifer Gavin-Wear" <[EMAIL PROTECTED]> wrote: > I'm looking for an out of the bo

Re: CFSCRIPT Question

2006-01-02 Thread Owner, Three Ravens Consulting
I am not aware of any benefit other than personal preference... Eric On Mon, 2 Jan 2006 11:38:27 - "Andy McShane" <[EMAIL PROTECTED]> wrote: > I was under the impression that there was a performance >gain with cfscript, > is that not the case? Is there no benefit to using >cfscript? > >

Re: Tracking downloads of mp3 files

2006-01-02 Thread Owner, Three Ravens Consulting
Couldn't you also pull that from the server logs? Eric On Mon, 2 Jan 2006 05:42:50 -0800 Matt Robertson <[EMAIL PROTECTED]> wrote: > Use cfcontent to push the files to them. Then you can >work whatever > tracking code you want into the picture. > > http://mysecretbase.com/How_To_Display_Prot

Re: reading/writing MS Word

2005-12-29 Thread Owner, Three Ravens Consulting
r the set-up rather than >POI taking hours to > complete? > > Ade > > -----Original Message- >From: Owner, Three Ravens Consulting > [mailto:[EMAIL PROTECTED] > Sent: 29 December 2005 17:17 > To: CF-Talk > Subject: Re: reading/writing MS Word > &g

Re: cfx_pdf installation help

2005-12-29 Thread Owner, Three Ravens Consulting
You might have to unjar the file first. Iam not sure about java based tags, but that is something you have to do when adding classes... Eric On Thu, 29 Dec 2005 11:26:36 -0500 Matt Osbun <[EMAIL PROTECTED]> wrote: > I'm running into a frustrating problem with the cfx_pdf >tag. Easel2 > Sof

Re: reading/writing MS Word

2005-12-29 Thread Owner, Three Ravens Consulting
I tried using it for excel, but to was too processor intensive. I would try to create spreadsheets with 20k records and it would time out before completeing. Even if I set the application to run it's course, it would never complete...even housr later. It is a promising set of java classes,