RE: Musings CFAnywhere, Bandwidth, RIAs Part 1

2004-06-18 Thread Kola Oyedeji
Also how portable is it? Its always annoyed me that it doesnt have the print capabilites that powerpoint has and that you can't simply download a presenatation Kola -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 17 June 2004 20:47 To: CF-Talk Subject: RE: Musings

Re: Oracle - Incorrect Number of Arguments or Type

2004-06-18 Thread Thomas Chiverton
On Thursday 17 Jun 2004 21:21 pm, Adrocknaphobia wrote: After performing a security lockdown on the Oracle server, namely removing DBA from the role which access the package, CF cannot call store procedures which return a result set. What roles/permissions does that leave the CF user with ?

Re: Timed links

2004-06-18 Thread Thomas Chiverton
On Thursday 17 Jun 2004 20:34 pm, Cutter (CF-Talk) wrote: I have several links that come from a db. How can I only have these Check the value of hour(now()) against 16 and 0, and 2 and 0. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

Those mysterious RE

2004-06-18 Thread jean-marc bottin
Hi, I have been struggling all the morning with these RE. I am trying to replace a bunch of HTML by some empty space. It is for a select tag. I know the opening tag and close tag. Some thing like select name=language option value=1 selectedEn/option option value=2Fr/option option

RE: Those mysterious RE

2004-06-18 Thread Pascal Peters
What version of CF? I don't understand what you mean by empty space? A single space, blank lines in your display, ...? The code you provided will replace a select by a single space. It will break down if you have another select following the first one you match. Pascal -Original

RE: Those mysterious RE

2004-06-18 Thread Jean-Marc Bottin
By empty sapce I mean a single space. I would like to replace the entire HTML code by a single space. -Message d'origine- De : Pascal Peters [mailto:[EMAIL PROTECTED] Envoy : vendredi 18 juin 2004 12:16 : CF-Talk Objet : RE: Those mysterious RE What version of CF? I don't understand

Re: CFC Response Delay Bug in ColdFusion 6.1???

2004-06-18 Thread Thomas Chiverton
On Thursday 17 Jun 2004 17:06 pm, Carlo Gabriel Evidente wrote: locally and tested my programs. Anyone of you who has also encountered this same problem after upgrading to ColdFusion 6.1??? Did you keep all your CF admin settings ? Such as caching class files, database links etc ? -- Tom

Re: Upload a file using Java in CF

2004-06-18 Thread Thomas Chiverton
On Thursday 17 Jun 2004 16:34 pm, Andrew Spear wrote: InputStreamReader/InputStreamWriter classes, but I'm pretty clueless as to where to start. http://java.sun.com/j2se/1.4.2/docs/api/ ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

RE: Those mysterious RE

2004-06-18 Thread Pascal Peters
Only on cfmx: cfset myhtlmcode = ReReplace(myhtlmcode, select name=select_1.*?/select, , All) -Original Message- From: Jean-Marc Bottin [mailto:[EMAIL PROTECTED] Sent: vrijdag 18 juni 2004 12:25 To: CF-Talk Subject: RE: Those mysterious RE By empty sapce I mean a single space.

Re: CFC Response Delay Bug in ColdFusion 6.1???

2004-06-18 Thread Thomas Chiverton
On Thursday 17 Jun 2004 17:24 pm, Carlo Evidente wrote: I'm currently developing a Flashcom application that interacts with the Do you think posting twice with slightly different address will help ? :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL

Re: Upload a file using Java in CF

2004-06-18 Thread Kay Smoljak
Andrew Spear [EMAIL PROTECTED] wrote: Sorry if this is a bit OT.I have a file upload form that posts to the code below. The code takes the uploaded file and writes it to the server. snip umm.. sorry, could I just ask, what's the advantage of doing this over using CFFILE? Or is it for servers

RE: Those mysterious RE

2004-06-18 Thread Jean-Marc Bottin
I have tried under CFMX 6.1 the following _expression_: cfset regex = SELECT size=2 name=X2CC229C91022073EF855A729E25A9E07.*?/select cfset myhtlmcode= ReReplace(myhtlmcode,#regex#, ,All) Unfortunately without success. Did I miss something? -Message d'origine- De : Pascal Peters

Re: SOT: Musings CFAnywhere, Bandwidth, RIAs Part 2

2004-06-18 Thread Thomas Chiverton
On Thursday 17 Jun 2004 17:05 pm, Dick Applebaum wrote: Thoughts? You should get a blog :-) -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park Wookey Hole Road, WELLS. BA5 1AF Tel: +44 (0)1749 834900 Fax:

RE: Those mysterious RE

2004-06-18 Thread Jean-Marc Bottin
Pascal, Sorry my mistake, the closing was in uppercase and in the RE I put it in lowercase. Thank you very much for your help and your time. J-M -Message d'origine- De : Jean-Marc Bottin Envoy : vendredi 18 juin 2004 12:40 : CF-Talk Objet : RE: Those mysterious RE I have tried

RE: Those mysterious RE

2004-06-18 Thread Pascal Peters
Try cfset myhtlmcode= REReplaceNoCase(myhtlmcode, regex, , All) Pascal -Original Message- From: Jean-Marc Bottin [mailto:[EMAIL PROTECTED] Sent: vrijdag 18 juni 2004 12:40 To: CF-Talk Subject: RE: Those mysterious RE I have tried under CFMX 6.1 the following _expression_:

RE: Those mysterious RE

2004-06-18 Thread Pascal Peters
C'est avec plaisir. Pascal -Original Message- From: Jean-Marc Bottin [mailto:[EMAIL PROTECTED] Sent: vrijdag 18 juni 2004 12:44 To: CF-Talk Subject: RE: Those mysterious RE Pascal, Sorry my mistake, the closing was in uppercase and in the RE I put it in lowercase. Thank you

Re: Upload a file using Java in CF

2004-06-18 Thread Stephen Moretti
Kay Smoljak wrote: Andrew Spear [EMAIL PROTECTED] wrote: Sorry if this is a bit OT.I have a file upload form that posts to the code below. The code takes the uploaded file and writes it to the server. snip umm.. sorry, could I just ask, what's the advantage of doing this over using

RE: CFC Response Delay Bug in ColdFusion 6.1???

2004-06-18 Thread John Beynon
He did the same thing on the mm forums too! Except there were 5 duplicate posts!!! -Original Message- From: Thomas Chiverton [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 11:37 To: CF-Talk Subject: Re: CFC Response Delay Bug in ColdFusion 6.1??? On Thursday 17 Jun 2004 17:24 pm, Carlo

Re: Musings CFAnywhere, Bandwidth, RIAs Part 1

2004-06-18 Thread Dick Applebaum
I am late in returning to this thread -- My (apple's ,mac) mail server was down for several hours. Dave is probably right in that if you want to do online training, that Breeze is a good way to go. But as you point out, there are limitations. With the CFAnywhere concept, you could expand your

Re: SOT: Musings CFAnywhere, Bandwidth, RIAs Part 2

2004-06-18 Thread Dick Applebaum
On Jun 18, 2004, at 3:40 AM, Thomas Chiverton wrote: On Thursday 17 Jun 2004 17:05 pm, Dick Applebaum wrote: Thoughts? You should get a blog :-) Yeah, but I hope that developers on the list will see the potential of desktop CFML apps will generate interest. Macromedia and NewAtlanta

Re: (Admin) Support drive

2004-06-18 Thread Dick Applebaum
I and many others recently made small donations to support Michael and Judith's excellent efforts with the HOF lists -- today that investment paid dividends. I was having problems creating a structure of structures of arrays -- specifically an itunes structure of songs and play lists: Playlists

Re: CFMX 6.1 PowerPoint

2004-06-18 Thread Dick Applebaum
I sent this yesterday, but didn't see it appear on the list (I was having mail probs). Apologies if this is a duplicate post. You might be able to do it by CFExecuting an OSA script: Here's some info on the Mac using AppleScript (Apple's OSA scripting language).

RE: cfmx and CAPTCHA

2004-06-18 Thread Dave Watts
Session variables are useless on clustered servers (no lectures on sticky sessions please they are a waste of time) I won't lecture you, but I would like to point out that you can share Session variables across cluster members using CFMX on Jrun, although you can't use CFC instances within

cgi environment

2004-06-18 Thread hemant jain
hi, We have a cold fusion web application. Which is under the security of another applicaiton. Security application passes the user id to our application in form of something like below. cgi.http_scempnum We access this variable value in applicaiton.cfm file and query the user table for this

RE: FB4 catching fusebox exceptions

2004-06-18 Thread Dave Watts
Thanks Barney, makes sense. However wrapping the contents of index.cfm in a cftry essentially wraps the entire request in a cftry does it not?... Potentially hindering performance? In general, using CFTRY/CFCATCH doesn't add any significant overhead unless an exception is thrown, in which

RE: cfmx and CAPTCHA

2004-06-18 Thread Joe Rinehart
Hey Dave, feel free to lecture, I've learned from you before:why don't CFC instances go across cluster members?I imagine it'd probably be self-evident if I knew anything about the mechanics of session sharing across JRun, but I don't. Thanks, Joe -Original Message- From: Dave Watts

RE: cfmx and CAPTCHA

2004-06-18 Thread Dave Watts
why don't CFC instances go across cluster members? I don't really know why they don't, just that they don't. I suspect that JRun has some sort of serializer to write its own session variables to strings, and that this serializer doesn't know what to do with CFC instances, but I really don't know

CF and Eclipse

2004-06-18 Thread Ciliotta, Mario
Sorry for asking a question that I am sure has already been asked but I cannot seem to be able to get to the House of Fusion to look it up. I am interested in using Eclipse to do some of my CF development in and I would like to know what I need to do to get it to work. Do I just download

RE: Musings CFAnywhere, Bandwidth, RIAs Part 1

2004-06-18 Thread Dave Watts
Dave is probably right in that if you want to do online training, that Breeze is a good way to go. But as you point out, there are limitations. Well, of course there are. There will be limitations no matter how you choose to deliver an application. Network delivery of applications addresses

RE: CF and Eclipse

2004-06-18 Thread John Beynon
You'll find it here http://cfeclipse.tigris.org/ Matt Liotta is also working on something called He3 for Eclipse (which I'm itching to try!!) which will be available after CFFUN - someone will correct me if I'm wrong. -Original Message- From: Ciliotta, Mario [mailto:[EMAIL PROTECTED]

RE: CF and Eclipse

2004-06-18 Thread Robertson-Ravo, Neil (RX)
I recently installed it and I must say version 3.0 is cracking...looks good, performs well.the little insight and CFC explorer inline are great as well. _ From: Ciliotta, Mario [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 13:39 To: CF-Talk Subject: CF and Eclipse Sorry for asking a

Re: CF and Eclipse

2004-06-18 Thread Thomas Chiverton
On Friday 18 Jun 2004 13:39 pm, John Beynon wrote: Matt Liotta is also working on something called He3 for Eclipse (which I'm itching to try!!) which will be available after CFFUN - someone will correct me if I'm wrong. A beta yes. The final version will be pay-for-comercial-use, iirc, unlike

Re: CHARTFX ColdFusion MX

2004-06-18 Thread Asim Manzur
no one??? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: ColdFusion on Mac OS X

2004-06-18 Thread Kola Oyedeji
Jeff You can get some more info here: http://www.macromedia.com/support/coldfusion/j2ee/cfmx-mac-onjrunandtomc at.html I followed the above instructions and hada painless install on OS X. Note that I opted to remain using the built in server as opposed to Apache so I don't know if there are

Re: Musings CFAnywhere, Bandwidth, RIAs Part 1

2004-06-18 Thread Thomas Chiverton
On Friday 18 Jun 2004 13:49 pm, Dave Watts wrote: Admittedly, .NET desktop applications aren't cross-platform, but there are ways to build fx:cough Mono -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED] BlueFinger Limited Underwood Business Park

RE: CHARTFX ColdFusion MX

2004-06-18 Thread Tangorre, Michael
Someone would have responded :-) no one??? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: ColdFusion on Mac OS X

2004-06-18 Thread Mark Drew
I havent come across any build issues using the apache connector for JRUN, it works quite well. (to me it seems faster on my iBook but I might be wrong!) Mark Drew On I followed the above instructions and hada painless install on OS X. Note that I opted to remain using the built in server as

Re: Upload a file using Java in CF

2004-06-18 Thread Andrew Spear
Well, here's my situation.We have a sandbox for some developers who need cffile, but we (the admins) have a requirement to log all file activity.The solution is to create a custom tag that contains the cffile functionality plus contains a logging facility so we can track what they are doing.Now,

Re: CHARTFX ColdFusion MX

2004-06-18 Thread Asim Manzur
:-( Someone would have responded :-) no one??? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
I havent come across any build issues using the apache connector for JRUN, it works quite well. (to me it seems faster on my iBook but I might be wrong!) Mark Drew On I followed the above instructions and hada painless install on OS X. Note that I opted to remain using the built in

Re: ColdFusion on Mac OS X

2004-06-18 Thread Thomas Chiverton
On Friday 18 Jun 2004 15:27 pm, Jeff Small wrote: databases solutions are you guys using locally? On MacOS, I'm fairly sure you can have the normal free*/small DB's such as postgresql and mysql. -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED]

RE: CHARTFX ColdFusion MX

2004-06-18 Thread Kola Oyedeji
This may or may not be of any help as it seems dated now (April 1998) but there is a presentation here - http://www.figleaf.com/figleafhome/cfug/cfugnews.cfm HTH Kola -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 15:25 To: CF-Talk Subject: Re:

Great Resource for Non-Profits

2004-06-18 Thread Claremont, Timothy
I was referred to the following website by Macromedia. It offers software products for non-profit organizations at super low prices, which typically amount to a handling fee. I have ordered and been pleased so far. http://www.techsoup.org/stock -Tim [Todays Threads] [This Message]

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
On Friday 18 Jun 2004 15:27 pm, Jeff Small wrote: databases solutions are you guys using locally? On MacOS, I'm fairly sure you can have the normal free*/small DB's such as postgresql and mysql. Okay, if a guy's familiar with access and MSSQL, which one would he gravitate towards? Which one

Re: Musings CFAnywhere, Bandwidth, RIAs Part 1

2004-06-18 Thread Dick Applebaum
On Jun 18, 2004, at 6:27 AM, Thomas Chiverton wrote: On Friday 18 Jun 2004 13:49 pm, Dave Watts wrote: Admittedly, .NET desktop applications aren't cross-platform, but there are ways to build fx:cough Mono Responding to both you and Dave: So, let me see if I understand, this. All the

Re: ColdFusion on Mac OS X

2004-06-18 Thread Thomas Chiverton
On Friday 18 Jun 2004 15:38 pm, Jeff Small wrote: Okay, if a guy's familiar with access and MSSQL, which one would he gravitate towards? Which one works best with CFMX on JRun? I'm assuming everything will go thru JDBC, so whichever one works best...right? MySQL has better GUI tools (in the

Re: CHARTFX ColdFusion MX

2004-06-18 Thread Asim Manzur
Thanks Kola, that article is a way back when CHARTFX was introduces, now their all syntax have been changed. The main thing which I am looking for is to find the way to run the query in ADODB syle in coldFusion. !---Create the ADODB Connection and query the database--- CFOBJECT ACTION=""

Re: ColdFusion on Mac OS X

2004-06-18 Thread Dick Applebaum
You also can get free developer versions of Sybase_ASE (up to 25 concurrent users, AIR), Oracle9i PointBase, etc -- most any popular DB except MS-SQL-Server and MS-Access. If you use SQL-Server, have a look at Sybase -- they share ancesters both have T/SQ. HTH Dick On Jun 18, 2004, at 7:32

ASP.Net equivalent of CFLOOP in the page...?

2004-06-18 Thread Chris Spencer
Can anyone help me with this: In CF i'm used to being able to dynamically generate sections of an HTML form by looping over a section of HTML code like this: table tr tdHeader/td /tr cfloop from=1 to=5 index=i tr td cfoutput input type=text name=someField#i# /cfoutput /td /tr /cfloop /table

RE: CF and Eclipse

2004-06-18 Thread John Beynon
I've just put the new version on and the latest cfeclipse...i can see me switching to this as my preferred IDe very quickly...just need to figure out how to ftp from within eclipse - anyone? -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 18 June 2004

Re: ColdFusion on Mac OS X

2004-06-18 Thread Mark Drew
Using OS X you can get mysql and phpmyadminor/andAqua Data studio (as a client for most db servers) Just an open question do people STILL really use accessin production environments?! -- Mark Drew mailto:[EMAIL PROTECTED] [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

ASP.Net equivalent of CFLOOP in the page...?

2004-06-18 Thread Chris Spencer
Can anyone help me with this: In CF i'm used to being able to dynamically generate sections of an HTML form by looping over a section of HTML code like this: table tr tdHeader/td /tr cfloop from=1 to=5 index=i tr td cfoutput input type=text name=someField#i# /cfoutput /td /tr /cfloop /table

RE: advanced search

2004-06-18 Thread Frank Dewey
Thanks again Nando, Phillip, and Dave, and others who responded.I am currently using Verity. I asked a few co-workers at first and they suggested that Verity would not work correctly.And from the little bit that I knew of cfcollection (which was very little) I didn't believe that it would work

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
You also can get free developer versions of Sybase_ASE (up to 25 concurrent users, AIR), Oracle9i PointBase, etc -- most any popular DB except MS-SQL-Server and MS-Access. If you use SQL-Server, have a look at Sybase -- they share ancesters both have T/SQ. Sybase sounds interesting. I

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jochem van Dieten
Jeff Small wrote: On MacOS, I'm fairly sure you can have the normal free*/small DB's such as postgresql and mysql. Okay, if a guy's familiar with access and MSSQL, which one would he gravitate towards? Which one works best with CFMX on JRun? I'm assuming everything will go thru JDBC, so

RE: CF and Eclipse

2004-06-18 Thread Dave Carabetta
Sorry for asking a question that I am sure has already been asked but I cannot seem to be able to get to the House of Fusion to look it up. I am interested in using Eclipse to do some of my CF development in and I would like to know what I need to do to get it to work. Do I just download

RE: CHARTFX ColdFusion MX

2004-06-18 Thread Kola Oyedeji
Have you tried it with SQL server? Try this Replacing I think you need to change the connection string so it will be something like the following: Provider=SQLOLEDB; Data Source = (local); Initial Catalog = Northwind; User Id = sa; Password= You willneed to change the

RE: CF and Eclipse

2004-06-18 Thread Dave Carabetta
First you need to download the Eclipse IDE from www.eclipse.org (I believe the latest stable build is 3.0-M9). CFEclipse is a plugin to Eclipse that allows it to recognize ColdFusion syntax -- think adding HomeSite+ functionality to Eclipse, to an extent. Here is a great page to help you get a

CFLoop to insert multiple records

2004-06-18 Thread Mark Leder
Hi all, I'm trying to get the following to work. 1) Query an existing access db table, loop the results (in this case, about 3000 records), and insert each record sequentially into the appropriate SQL 2000 table. 2) Problem is, should I be using a query loop, or an index loop to insert the records

Re: CHARTFX ColdFusion MX

2004-06-18 Thread Asim Manzur
the following code i tried and it throw me the error !--- Set the connection variables --- cfset serverIP = 192.168.1.11 cfset dbName = infiniti_adbuilder cfset username = _infiniti_ cfset password = infiniti123 cfset sqlString = select region, id, Buildprovince from dealers !--- Create the

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
Using OS X you can get mysql and phpmyadminor/andAqua Data studio (as a client for most db servers) Yeah, I was kinda hoping to stick with CF though. Use CF with some sort of DB. Just an open question do people STILL really use accessin production environments?! Oh sure. We do all the time.

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jochem van Dieten
Jeff Small wrote: Sybase sounds interesting. I don't really want to move to Oracle because of the syntax differences (I mean, I'm just going by what I see here, and it always seems like if someone gives a SQL solution, they almost always have to add an Oracle caveat, it seems) FWIW, I would

Datasource creation errors

2004-06-18 Thread Kathleen Cashel
I'm having trouble creating Access and socket DSNs with the ColdFusion Administrator. The error message is: Connection verification failed for data source: DSN_NAME []java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined. The root

Re: ColdFusion on Mac OS X

2004-06-18 Thread Mark Drew
Havent uinstalled PostgreSQL on OS X as yet.. are there good clients apart from Aqua datastudio? On Fri, 18 Jun 2004 17:34:16 +0200, Jochem van Dieten [EMAIL PROTECTED] wrote: Jeff Small wrote: Sybase sounds interesting. I don't really want to move to Oracle because of the syntax

Re: Datasource creation errors

2004-06-18 Thread Bryan Stevenson
OK...here's what I've always had to do: -set up the DSN via Windows ODBC -set the DSN to use Windows Authentication -test it at the end -go into CF Admin -setup the datasource as you normally would -now it will work ;-) Ahhh...I long for the good old days wehn CF Admin did it all ;-) HTH

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
We don't :) Why would we want to offer MySQL when we can offer PostgreSQL? So...less SQL gotchas on PostgreSQL? I'm listening...I'm listening... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: ColdFusion on Mac OS X

2004-06-18 Thread Mark Drew
I guess if it is small amount of traffic it is ok, I do disagree on principle though! use mySQL as it is for freebut I can see your point.. and it scares me :) Oh sure. We do all the time. We're an advertising agency. A lot of times we'll do promotional sites with clients that may have a short

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
Havent uinstalled PostgreSQL on OS X as yet.. are there good clients apart from Aqua datastudio? Do you have to download/install PostgreSQL...then go get a client to interface with it? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Re: CHARTFX ColdFusion MX

2004-06-18 Thread Asim Manzur
the following code i tried and it throw me the error !--- Set the connection variables --- cfset serverIP = 192.168.1.11 cfset dbName = infiniti_adbuilder cfset username = _infiniti_ cfset password = infiniti123 cfset sqlString = select region, id, Buildprovince from dealers !--- Create the

Re: ColdFusion on Mac OS X

2004-06-18 Thread Mark Drew
Normally, a lot of the clients for open source projects are developed seperately. or they come with a command line client On Fri, 18 Jun 2004 11:46:27 -0400, Jeff Small [EMAIL PROTECTED] wrote: Havent uinstalled PostgreSQL on OS X as yet.. are there good clients apart from Aqua datastudio?

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jochem van Dieten
Jeff Small wrote: We don't :) Why would we want to offer MySQL when we can offer PostgreSQL? So...less SQL gotchas on PostgreSQL? Apparently so, nobody bothered to compile a list :-) I am not sure if there are actually less gotchas, but in my experience they are different: they are about

Re: advanced search

2004-06-18 Thread Mark Drew
Welcome to the wonderful world of Verity Remember that each time you add something to the db you should also add it to the verity colleciton, it is also an idea to have another (CF) machineperforming the updates to verity to keep it going nice and fast. -- Mark Drew mailto:[EMAIL PROTECTED]

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jochem van Dieten
Mark Drew wrote: Havent uinstalled PostgreSQL on OS X as yet.. are there good clients apart from Aqua datastudio? I mostly use the command line client that comes with the distribution, and for the rest pgAdmin. But there are many more, like phpPgAdmin, pgManage and a lot of commercial tools.

RE: CFLoop to insert multiple records

2004-06-18 Thread Mark Leder
I figured it out. Thanks, Mark _ From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 11:24 AM To: CF-Talk Subject: CFLoop to insert multiple records Hi all, I'm trying to get the following to work. 1) Query an existing access db table, loop the results (in this case,

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
I guess if it is small amount of traffic it is ok, I do disagree on principle though! use mySQL as it is for freebut I can see your point.. and it scares me :) Remember though, a lot of times the clients have Access as well, and they like just going and downloading the access file themselves

RE: CHARTFX ColdFusion MX

2004-06-18 Thread Kola Oyedeji
Are you logging in with the correct username and password - also are you simply querying a sql server database to provide data to chartFX? Its not clear. Kola -Original Message- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 16:52 To: CF-Talk Subject: Re: CHARTFX

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
I mostly use the command line client that comes with the distribution, and for the rest pgAdmin. But there are many more, like phpPgAdmin, pgManage and a lot of commercial tools. Does pgAdmin do what you can also do in the command line? I mean to say, the stuff that you're doing in the command

Re: ColdFusion on Mac OS X

2004-06-18 Thread Dick Applebaum
A GUI Client is useful for experimenting with/validating complex queries before coding them in CF. A fairly good, general-purpose, GUI SQL Client is ViennaSQL -- open Source, written in Java and can interface any DB that has a JDBC Driver. If you go MySQL, CocoaMYSQL is a Mac-specific GUI.

RE: ColdFusion on Mac OS X

2004-06-18 Thread Kola Oyedeji
I agree Jeff, Sometimes it can be useful if the client wants to run a small report herself etc. KOla -Original Message- From: Jeff Small [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 16:49 To: CF-Talk Subject: Re: ColdFusion on Mac OS X I guess if it is small amount of traffic it

RE: QoQ type comparison bug

2004-06-18 Thread Kola Oyedeji
Did you try using cfqueryparam? I've seen this suggested as a possible solution elsewhere Kola -Original Message- From: Doug James [mailto:[EMAIL PROTECTED] Sent: 15 June 2004 18:03 To: CF-Talk Subject: Re: QoQ type comparison bug Steve, Thanks for the suggestion, it got me

RE: ASP.Net equivalent of CFLOOP in the page...?

2004-06-18 Thread Calvin Ward
not sure on the answer to that... Does anyone know of a comparable email list for these kind of questions? Aspnet-talk? -Original Message- From:Chris Spencer Date:6/18/04 11:02 am To:CF-Talk Subj:ASP.Net equivalent of CFLOOP in the page...? Can anyone help me with this: In CF i'm used

cookie issues...

2004-06-18 Thread Bailey, Neal
Hey guys, I am having Cookie issues... I don't use them very much so I may be a little lost here. I have a cookie called rsAgent that is created using ASP. I am trying to pull the values out of this cookie using ColdFusion on the same domain. When I cfdump the cookie rsAgent I get

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jeff Small
A GUI Client is useful for experimenting with/validating complex queries before coding them in CF. A fairly good, general-purpose, GUI SQL Client is ViennaSQL -- open Source, written in Java and can interface any DB that has a JDBC Driver. If you go MySQL, CocoaMYSQL is a Mac-specific

RE: Musings CFAnywhere, Bandwidth, RIAs Part 1

2004-06-18 Thread Dave Watts
So, let me see if I understand, this. All the wonderfulness of CF (RADD, power, db manipulation, ease of learning, ease of maintenance, etc.) is up to the task of serving many concurrent users on a complex web application, Yes, that's exactly right. CF was designed and created just for

Re: ColdFusion on Mac OS X

2004-06-18 Thread Jochem van Dieten
Jeff Small wrote: I mostly use the command line client that comes with the distribution, and for the rest pgAdmin. But there are many more, like phpPgAdmin, pgManage and a lot of commercial tools. Does pgAdmin do what you can also do in the command line? I mean to say, the stuff that you're

request scope in cfc... really so bad?

2004-06-18 Thread Simon Stanlake
Thoughts? If CFCs were EJBs, you would have external config info that you would look up using JNDI (or something, I'm not quite up to snuff on J2EE). Let's say I am careful and create well named variables like... request.cfcname.datasource = MyDatasource; request.cfcname.timeout = 300; etc, all

Re: Oracle - Incorrect Number of Arguments or Type

2004-06-18 Thread Adrocknaphobia
CF is connecting as the schema owner. Everything worked fine until we took away the DBA role from the schema owner. So the schema owner is still maintaing all its permissions outside of the dba role. The thing is that schema owner still has access to the packages, otherwise Oracle with throw a

RE: request scope in cfc... really so bad?

2004-06-18 Thread Barney Boisvert
Why not make a configuration CFC (basically an encapsulated struct), that you can pass to all the various CFCs?Instantiate that CFC into the application scope, initialize it with the parameters, and then pass that single course-grained view of the configuration data to each individual CFC that

Re: CHARTFX ColdFusion MX

2004-06-18 Thread Asim Manzur
write now I am just using the ADODB style query, I am not interacting with CHARTFX for now. If I get success to run the query in that way then I will implement it with CHARTFX. Yes I double check that I put the right username password. I think its a bug

Re: Oracle - Incorrect Number of Arguments or Type

2004-06-18 Thread Adrocknaphobia
Also searching MM forums find some promising thread titles, but I get a site area unavailable message. Yay! -Adam On Fri, 18 Jun 2004 12:29:47 -0400, Adrocknaphobia [EMAIL PROTECTED] wrote: CF is connecting as the schema owner. Everything worked fine until we took away the DBA role from the

RE: Great Resource for Non-Profits

2004-06-18 Thread Burns, John D
As a follow up to this, I order the Microsoft Action Pack and found a pricing configuration tool on the Partner site that lets you price Microsoft products and when you go through there is an option for type of business.If you're a charity or non-profit organization, you can get AMAZING prices on

RE: CHARTFX ColdFusion MX

2004-06-18 Thread Dave Watts
Subject: Re: CHARTFX ColdFusion MX When I last used ChartFX, I was able to pass individual data points to it, rather than passing an ADO/ADODB recordset. If you can do that, you can use CFQUERY to fetch your data, then you can just pass those data points directly. the error I got is An

RE: CHARTFX ColdFusion MX

2004-06-18 Thread Dave Watts
write now I am just using the ADODB style query, I am not interacting with CHARTFX for now. If I get success to run the query in that way then I will implement it with CHARTFX. Yes I double check that I put the right username password. I think its a bug

RE: ColdFusion on Mac OS X

2004-06-18 Thread Dave Watts
Okay, if a guy's familiar with access and MSSQL, which one would he gravitate towards? Which one works best with CFMX on JRun? I'm assuming everything will go thru JDBC, so whichever one works best...right? In general, you're better off using a database server like MS SQL Server rather

RE: Musings CFAnywhere, Bandwidth, RIAs Part 1

2004-06-18 Thread Dave Watts
Also how portable is it? Its always annoyed me that it doesnt have the print capabilites that powerpoint has and that you can't simply download a presenatation It's an online application. It uses Flash. While it could perhaps be engineered to work as a local application, I suppose, that's

Re: Oracle - Incorrect Number of Arguments or Type

2004-06-18 Thread Adrocknaphobia
Here is the official error its throwing: wrong number or types of arguments On Fri, 18 Jun 2004 12:41:56 -0400, Adrocknaphobia [EMAIL PROTECTED] wrote: Also searching MM forums find some promising thread titles, but I get a site area unavailable message. Yay! -Adam On Fri, 18 Jun

RE: cfmx and CAPTCHA

2004-06-18 Thread Kola Oyedeji
Apparently Blue dragon can but I haven't tried it ;-) KOla -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 18 June 2004 13:43 To: CF-Talk Subject: RE: cfmx and CAPTCHA why don't CFC instances go across cluster members? I don't really know why they don't,

RE: problems using ADODB (was CHARTFX ColdFusion MX)

2004-06-18 Thread Kola Oyedeji
IS there a particular reason why you need to run the query that way? As its fairly trivial to retrieve information from a SQL server database I would actually concentrate on getting chartFX up and running - you can create a mock/fake query to test chartfx if that's what you're trying to

RE: request scope in cfc... really so bad?

2004-06-18 Thread Simon Stanlake
yep, though I guess my question is really, why not use request scope, rather than how to work around it. There are probably lots of ways to do it without using request scope, but request seems like the least overhead. From: Barney Boisvert [mailto:[EMAIL

Re: cookie issues...

2004-06-18 Thread Claude Schneegans
But my problem is I can't figure out how to grab just the EntityID. This is an issue for RegEx. If you're not too familiar with regEX, see the REWizard, And if you really want it to be even easier, see the tag CF_REExtract that could to the job with only one step, like: CF_REextract INPUTMODE=

  1   2   >