RE: CFMX installation problems, datasource

2003-12-20 Thread Michael T. Tangorre
Try this.. go to: C:\CFusionMX\db\slserver52\ There should be two folders: tracing and logging. Dump the contents of tracing to start, then logging if it still does not resolve your issue. Back these folders up first, in case the reuslts are not what you expect.   _   From: mayo [mailt

RE: CFMX installation problems, datasource

2003-12-20 Thread mayo
yes, same script, same databases. I can access the databases via php. I reinstalled IIS. Reinstalled CFMX. CF is working fine. What's not working is accessing databases. Went to CF administrator, added the datasource, verified it, verified it again, rebooted my laptop, restarted CF, restarted I

RE: CFMX installation problems, datasource

2003-12-20 Thread Michael T. Tangorre
Sounds like it can not find a query or a table, did you verify that the DB was still the same and that all the tables that were initially there were in fact still there?   _   From: mayo [mailto:[EMAIL PROTECTED] Sent: Sunday, December 21, 2003 12:00 AM To: CF-Talk Subject: CFMX installation

CFMX installation problems, datasource

2003-12-20 Thread mayo
After IIS and CFMX crashed last week I had to reinstall both. IIS works as does CFMX EXCEPT for the fact that CFMX there is a problem accessing the database. The ODBC connection seems to be working. If I don't put in the datasource it gives the "Data Source x cannot be found" error. Howe

Re: How to Get Around the Eolas Patent—Automatica lly

2003-12-20 Thread S . Isaac Dealey
On the subject of active-content, there's also a handful of new custom tags in the onTap framework designed not only to provide a workaround for the patent issue, but also to make embedding flash (and other active content) in ColdFusion driven pages and passing variables to flash movies a bit easie

How to Get Around the Eolas Patent—Automatica lly

2003-12-20 Thread Matt Liotta
It was requested that I share the article link when it was published, so here you go. Unless it's overturned, the Eolas ruling means tens of thousands of Web pages that use embedded plugins are infringing on the patent. Based on a procedure recommended by Microsoft, this filter will automatical

Re: Ot - Merry Christmas - get in the mood

2003-12-20 Thread Doug White
Be sure to click the center of each page - there are 13 in all! http://www.jsmagic.net/emissarypage1/ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: what type is XML document?

2003-12-20 Thread S . Isaac Dealey
> What a about string...? No, once it's been parsed it's no longer a string, and iirc you have to use #toString(xmlNode)# to display the "original" string of xml it was parsed from. Using CFMX the parsed xml string is an object (in the traditional C++/Java OO sense). You might try using type="xml"

Re: PERL on a CF Page?

2003-12-20 Thread S . Isaac Dealey
cfhttp's probably going to be the easiest way to do it... Theoretically if you can get ther PERL engine to run on the command line you could use cfexecute. In either case if you want to get variables back out of PERL you're going to have to scrape the results as a string. > Would it be possible to

Re: Logical operators for

2003-12-20 Thread S . Isaac Dealey
IIRC Access also uses LIKE with the % character as a wildcard... SELECT * FROM Table1 WHERE Assignment LIKE '%5%' hth > CF: 5.0 > DB: MS Access > I am drawing a blank.  What is the correct operator/format > for matching > part of a field? I have CONTAINS in the below, but that > doesn't seem to

Re: Logical operators for

2003-12-20 Thread Rick Root
Nick Baker wrote: > > > SELECT * > FROM  Table1 > Where  Assignment CONTAINS 5 > You mean where the Assignment field contains the number 5 but may contain other stuff?  If it's a string, use the LIKE clause WHERE Assignment LIKE '%5%' (You may have to substitude * for % with Access, not sure

RE: Logical operators for

2003-12-20 Thread Tony Weeg
select * from foo where goo in (something,goo,foo) hth tony tony weeg [EMAIL PROTECTED] www.revolutionwebdesign.com rEvOlUtIoN wEb DeSiGn 410.334.6331 -Original Message- From: Nick Baker [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 3:47 PM To: CF-Talk Subject: Logic

Logical operators for

2003-12-20 Thread Nick Baker
CF: 5.0 DB: MS Access I am drawing a blank.  What is the correct operator/format for matching part of a field? I have CONTAINS in the below, but that doesn't seem to work. SELECT * FROM  Table1 Where  Assignment CONTAINS 5 Thanks, Nick [Todays Threads] [This Message] [Subscription]

RE: CF based Shopping cart

2003-12-20 Thread cfhelp
I have been working on building one my self but am running our of time. I like this one. IT say's its open source. Anyone here using tell me if it's easy to customize? I will be using it to replace a client's Yahoo! Store. Rick -Original Message- From: Eric Hoffman [mailto:[EMAIL PR

RE: Query of Query Bug?

2003-12-20 Thread Dave Watts
> OK, I'll just take your collective words for it then. I've > searched the following URLs from the MM site, but none mention > specifically "usage" as being a problem I found it in my local copy of the documentation, but it's here too: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/exp

Re: PERL on a CF Page? Solved

2003-12-20 Thread Rick Root
Les Mizzell wrote: >  > CFHTTP maybe?  Haven't gotten to try it yet... > > Shouldn't have gone to the list so quick! > > Yep, CFHTTP works great! You can also CFEXECUTE perl scripts... or at least the perl executable and pass it the perl script as an argument. I've used both CFEXECUTE and CFHT

Re: PERL on a CF Page? Solved

2003-12-20 Thread Les Mizzell
> CFHTTP maybe?  Haven't gotten to try it yet... Shouldn't have gone to the list so quick! Yep, CFHTTP works great! -- Les Mizzell - “Mihi placent, O Pincerna!   Virent ova! Viret perna!   Dapem posthac non arcebo.   Gratum tibi me praebebo.” [Todays Threads] [This Me

PERL on a CF Page?

2003-12-20 Thread Les Mizzell
Would it be possible to call a PERL script from a Cold Fusion page? Doesn't work as in include... CFHTTP maybe?  Haven't gotten to try it yet... -- Les Mizzell - “Mihi placent, O Pincerna!   Virent ova! Viret perna!   Dapem posthac non arcebo.   Gratum tibi me praebebo.”

ads settingd

2003-12-20 Thread Spectrum WebDesign
What's the best ads settings to store in DB for reports purpose? remote_addr? remote_host? Anymore? Thanx -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm [Todays Threads] [This Message] [Subscription] [

RE: Create string that is used as variable

2003-12-20 Thread Adrian Lynch
Try IsDefined("COOKIE.#ATTRIBUTES.cookieComments#Name"). Of if you'd rather build the string outside of the IsDefined(), try IsDefined("#nameCookieVar#"). Let us know how it goes. Ade   -Original Message-   From: Jake McKee [mailto:[EMAIL PROTECTED]   Sent: 19 December 2003 23:22   To: CF