RE: Another RegEx question

2002-01-30 Thread Pascal Peters
This snippet will parse a variable called file and create a list with all URLs called lURL (pipe delimited) cfscript regexp = 'href[[:space:]]*=[[:space:]]*[^]'; cnt = REFindNoCase(regexp,file,1,yes); while (cnt.pos[1] GT 0) { text = mid(tmpvar,cnt.pos[2],cnt.len[2]); text =

RE: cfquery from a cfquery

2002-01-30 Thread Pascal Peters
This is not a query of queries. Change the 2nd CFQUERY to CFQUERY Name=PendingProspect DataSource=#application.DSN# SELECT intCustomerID from tblprospectdetails where intCustomerID IN #QuotedValueList(CustomerExist.intCustomerID)# and Depending on what you want to do, you can probably do One

Re: cfquery from a cfquery

2002-01-30 Thread han peng
hihi.. thanks for yr reply. sorry.. i dont know how to use request.DSN.. so how do i declare it..? and.. if i use request.DSN... does it mean i dont need to use CFLOCK..? cheers han - Original Message - From: Pascal Peters [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

RE: cfquery from a cfquery

2002-01-30 Thread Pascal Peters
cfset request.DSN = Whatever No need to lock request scope, only SESSION, APPLICATION SERVER. Info about locking: http://www.macromedia.com/v1/handlers/index.cfm?ID=20370Method=Full -Original Message- From: han peng [mailto:[EMAIL PROTECTED]] Sent: woensdag 30 januari 2002 10:45 To:

RE: Macromedia.com

2002-01-30 Thread Frank Priest
MicroMedia Big rumors abound in Macromedia land... word is the company is in dire straights and that discussions between Macromedia and Microsoft are in the works. Acquisition? Possibly... probably just Flash, DreamWeaver, and UltraDev -- and in the meanwhile, kill off MS ASP competitor (not

RE: Macromedia.com

2002-01-30 Thread Neil Clark
Nonsense utter nonsense ... where do they get this info from? __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

RE: Macromedia.com

2002-01-30 Thread Neil Clark
Hi Jeremy, I dont know how much time you are spending on the CF lists, but I read this and quite rightly panicked Tell me this is not true :-( Neil Team Macromedia Volunteer - Spectra Original Post... - MicroMedia Big rumors abound in Macromedia

RE: Macromedia.com

2002-01-30 Thread Neil Clark
In fact, with hindsight - would this actually be allowed? __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

looping question

2002-01-30 Thread Seamus Campbell
Hi I've got a looping problem that is probably quite simple for most people but has me baffled I have a list of allowed address types (Home, Shop, Head Office) A business can have 1 of each address type but may have 1,2 or 3 of them I want to find (for an individual business) what address

Stored proc query

2002-01-30 Thread John McCosker
Hi all, I was just wondering, the CFPROCRESULT tag returns the recordset from the procedure. Can you have more than one of these, if you have more than one query within your procedure. For instance, I call like so, CFSTOREDPROC PROCEDURE=p_Get_Customer_Vehicles

RE: Stored proc query

2002-01-30 Thread Joseph DeVore
John, Try: cfprocresult name=q_getCustomerVehicles cfprocresult name=q_getAndPopulate2ndPane resultset=2 HTH, Joseph DeVore VeloxWeb Technologies -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 3:09 AM To: CF-Talk Subject: Stored

Re: Macromedia.com

2002-01-30 Thread Paul Hastings
Big rumors abound in Macromedia land... word is the company is in dire geez. and i was just getting used to mm its what, 6 am on the east coast, 2 or 3 on west? i don't suppose any mm staffers have rolled out of bed yet. maybe give them time to grab a cup of coffee before we all go

RE: Stored proc query

2002-01-30 Thread John McCosker
Yip, that was it, Thank You Joseph. . . -Original Message- From: Joseph DeVore [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 11:20 AM To: CF-Talk Subject: RE: Stored proc query John, Try: cfprocresult name=q_getCustomerVehicles cfprocresult

RE: Macromedia.com

2002-01-30 Thread Neil Clark
As I said, I doubt very much if they would get away with it, if it were true. reminds me of M$ and Quicken... it would eliminate all the competition! Also, I am sure MM could get backing from anywhere. __ Why Share?

RE: Macromedia.com

2002-01-30 Thread Kola Oyedeji
Doubt its true, if you look at the comments on fuckedcompany on the story some of them refer to a rumour in a yahoo newsgroup. Probably someone trying to influence share prices Kola Oyedeji Web developer Macromedia Certified Advanced ColdFusion 5 Developer ekeda ltd http://www.ekeda.co.uk

RE: Macromedia.com

2002-01-30 Thread Neil Clark
think you hit the nail on the head! :-) __ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

RE: Cold Fusion and Visual Source Safe

2002-01-30 Thread Bill Grover
We use VSS for all development. We develop in ColdFusion, Visual FoxPro, Visual Basic, SQL Server and a few more and all of it is in VSS. In fact when we write specification documents and prototype screens we store those in VSS. As far as CF development (or web development in general) we

Re: Macromedia.com

2002-01-30 Thread Jochem van Dieten
I get the impression the time has come for a new mailinglist: cf-FUD. Opens a whole new range of advertisement possibilities. I imagine a typical message on cf-FUD would look something like this: From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Macromedia.com MicroMedia Big

CFCACHE performance

2002-01-30 Thread Kola Oyedeji
Hi I am using cfcache to cache a page which rarely changes however i'm finding the page actually takes LONGER to execute. Looking at my debbuging info the cfcache tag alone actually takes 327 milliseconds to execute can anyone else confirm the poor performance of this tag? Thanks Kola Oyedeji

another stored proc question

2002-01-30 Thread John McCosker
Hi again, OK, in our current application I,m turning all our queries to stored procs, and its starting to feel like maybe I've bitten off too much, as my knowledge of t-sql is one week, I've ordered a book by Garth Wells, 'T-SQL programming with Stored Procedures', waiting for it to arrive. OK

more looping but maybe not

2002-01-30 Thread Seamus Campbell
Further to a request I sent a few minutes ago: I have a query cfquery name=get_my_addresses_not datasource=#request.main_dsn# dbtype=ODBC SELECT tblAddressesAT.AddressType FROMtblAddressesAT WHERE tblAddressesAT.AddressType NOT IN ('Shop', 'Postal') /cfquery which gives me exactly what

Re: CFFile is pretending to delete

2002-01-30 Thread Zac Spitzer
Philip Arnold - ASP wrote: In my app users get a directory created for them in the root of the site (ex. www.mysite.com/userdir ). This user directory has only one template (index.cfm) that cflocations them to a dynamic page (ex. www.mysite.com/dynamic.cfm?var=1 ) . The admin has the ability

Another Stored proc query

2002-01-30 Thread John McCosker
Hi again, OK, in our current application I,m turning all our queries to stored procs, and its starting to feel like maybe I've bitten off too much, as my knowledge of t-sql is one week, I've ordered a book by Garth Wells, 'T-SQL programming with Stored Procedures', waiting for it to arrive. OK

Re: Macromedia.com

2002-01-30 Thread Billy Cravens
haha - I love it! Though I think cf-conspiracy may work as well - seems like half the posts nowadays are about everything that MM does wrong, and how they are conspiring against CF developers - Original Message - From: Jochem van Dieten [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: Macromedia.com

2002-01-30 Thread Earl, George
Sorry if this is a duplicate post, I never saw it hit the list . . . Jeremy, I'd like to see a really nice section at the re-built site that answers the CF vs. ASP and who's using CF type questions that we all get asked so often. When I get these kinds of questions, or when someone asks me to

Installing CF Studio 5 UltraDev 4 upgrade

2002-01-30 Thread Earl, George
I have several sets of the CF Studio 5 Dreamweaver UltraDev 4 upgrade to install over CF Studio 4.5.2. We're using MS PWS for our local web server and we're running WinNT 4, SP6. Are there any gotchas I should be aware of? Is there any benefit to installing the software in a particular order?

RE: Installing CF Studio 5 UltraDev 4 upgrade

2002-01-30 Thread Neil Clark
George, you will be fine. CFStudio 4.5.2 was an Allaire product therefore was installed in an Allaire folder, while CFStudio 5 is Macromedia which is installed in a different folder altogether. It wil however, recognise you had 4.5.2 and on first run, import your settings no problemo :-) They

Re: Macromedia.com

2002-01-30 Thread Billy Cravens
This definitely needs to be updated for a comparison with .NET (particularly ASP.NET). I think the comparisons that are out there compare CF 4.0 to ASP 2, which is horribly out of date (should compare CF 5.0 to ASP 3 and ASP.NET) Of course, I know this may go against the current bandwagon of

RE: Macromedia.com

2002-01-30 Thread Neil Clark
On a side note - I've heard that MM will support .NET - how on earth can you be a true J2EE engine but still have support for the .NET CLR?) Oh and Microsoft are always true to specifications? :-) __ Why Share? Dedicated Win

Re: Macromedia.com

2002-01-30 Thread Billy Cravens
Eliminate all of the competition? As much as I like CF, it's hardly *all* the competition. There's still Perl, J2EE, PHP, et al. cf_hypothesize scenario=MS buys MM Most of MM's products have competitors (ie, Adobe), and most of their products are not competing with MS (except for their IDE and

Re: CFHTTP

2002-01-30 Thread max
I need help with taking one page apart using CFHTTP. Actually I need to take the page on 3 parts, like header, middle, and footer, based on comments. Is somewone had to do similar thing? Could anybody give asample of it? Thanks a lot. Max. - Original Message - From: Paul Giesenhagen

Re: CFHTTP

2002-01-30 Thread Paul Giesenhagen
The example below basically is doing that, it is just taking out the middle area. You need to find distinct places within the code to decern starting and ending points. Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder I need help with taking one page

Re: CFHTTP

2002-01-30 Thread BEN MORRIS
I think the basic logic would be to first find the location in the string of each break point between the sections, and then use mid() and/or left() to get the sections of the page. So, to get the header, you might do: cfset l_EndHeaderPosition = find(!--ENDHEADERCODE--, l_CfhttpVarName )

Proper output of elasped DateTime value

2002-01-30 Thread James Taavon
I have got a piece of code that calculates the current DateTime from a DateTime in the past. I want to display the elapsed total in both hours and minutes. When the value goes above 1 hour it displays 1 hr, 60 min instead of 1 hr, 0 min. How do I get it to correctly show that? Current code:

CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
Of course they aren't. However, I don't MS should be the standard that MM uses to measure themselves against. If it's true J2EE, it should be portable across all J2EE platforms. Of course, you'll notice that they in the initial public Neo info that they are only supporting a limited set of

RE: Macromedia.com

2002-01-30 Thread Mark A. Kruger - CFG
I'll second Earl's suggestion. -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 5:40 AM To: CF-Talk Subject: RE: Macromedia.com Sorry if this is a duplicate post, I never saw it hit the list . . . Jeremy, I'd like to see a really nice

RE: Macromedia.com

2002-01-30 Thread Clint Tredway
I agree as well. -- Original Message -- from: Mark A. Kruger - CFG [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Wed, 30 Jan 2002 08:45:45 -0800 I'll second Earl's suggestion. -Original Message- From: Earl, George [mailto:[EMAIL PROTECTED]]

RE: Macromedia.com

2002-01-30 Thread Mark A. Kruger - CFG
MM could support .NET with a CFML language module that conforms to MS CLS - and make it commercially avaialable - right? -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 6:05 AM To: CF-Talk Subject: Re: Macromedia.com This definitely

OT: FYI: Good free file mirror tool ( mirror backup)

2002-01-30 Thread Zac Spitzer
here'a a nice tool for mirroring files for backup by ftp (WGET) , plus below is a command line email tool (BLAT) which when used with a nice old dos style batch file and the windows task scheduler, lets you automate backups I though it might be useful for someone out there, I spent about 6

How does tag gallery make thier filenames

2002-01-30 Thread Robert Everland
I am working on a content management system and don't want to have to worry about wierd characters, spaces, or anything but the unique id number is pretty big, how does allaire make thier file names have those cool file names. I know the makeunique will change them if there is already a

RE: How does tag gallery make thier filenames

2002-01-30 Thread Mark A. Kruger - CFG
Robert, This sounds like the behavior of CFFILE when using the UPLOAD action - like so: cffile action=upload filefield=MyFormFileField destination=C:\filedir\ nameconflict=makeunique When you set the nameconflict attribute to MakeUnique it renames the file to a Hex number with the same

RE: Macromedia.com

2002-01-30 Thread Benjamin S. Rogers
If I recall, ColdFusion support for .Net did not include running on the CLR but support for things like .Net services. Perhaps interoperability would be a more accurate word to describe Macromedia's proposed support for .Net. Benjamin S. Rogers http://www.c4.net/ v.508.240.0051 f.508.240.0057

RE: How does tag gallery make thier filenames

2002-01-30 Thread Robert Everland
Ok I see, I was using rename afterwards and it was messing it all up, thanks. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 12:30 PM To: CF-Talk Subject: RE:

RE: How does tag gallery make thier filenames

2002-01-30 Thread Steve Oliver
You could try uploading it, then renaming to something like #CFFILE.ServerFileName#_#TimeFormat(now(),hhssmm)#.#CFFILE.ServerFile Ext# __ steve oliver cresco technologies, inc. http://www.crescotech.com -Original Message- From: Robert Everland [mailto:[EMAIL

RE: How does tag gallery make thier filenames

2002-01-30 Thread Robert Everland
Wait no, it only changes it if there is a file with the same name, how do I invoke it without already having a file of the same name there? Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent:

RE: How does tag gallery make thier filenames

2002-01-30 Thread Ken Wilson
Not sure it's helpful but I just dealt with a similar situation. I really wanted some consistency in naming rather than having some renamed and others not. Not to mention having to strip bogus characters out to ensure cross-browser downloading issues weren't encountered. Here's where I'm at for

CF and .NET (was Re: Macromedia.com)

2002-01-30 Thread Billy Cravens
That is possible. Of course, this is one of those what is .NET questions. Even Microsoft can't give you can answer that isn't confusing. .NET really is many things, though many (including myself) tend to use .NET as a noun to describe something discreet. To me, .NET means the CLR, though

OT: anyone use wordwrap with active pdf?

2002-01-30 Thread Janine Jakim
Has anyone used the property wordwrap for text boxes in activepdf? According to their documentation it should be APTOOLKIT.Wordwrap=X% X% is a boolean value/Default True When I try anytype of CFSET APTOOLKIT.Wordwrap= TRUE I get the error: Error Diagnostic Information Failed attempting to find

RE: Macromedia.com

2002-01-30 Thread Cantrell, Adam
Even if the rumor is true or not, we can't kid ourselves into thinking ColdFusion will be around for much longer in it's current state. It's governed by a company that's core product is a plugin to display moving vector graphics. Granted, they have other products, I personally use fireworks as an

RE: Macromedia.com

2002-01-30 Thread Neil Clark
Your own your own... I can see why you cant see a future for CF at all? Bizarre?! __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

Re: Macromedia.com

2002-01-30 Thread Bryan Stevenson
I love it! You'd think people would have better things to do then try and panic people (like find and keep a job). Everybody...just ignore crap like that pleaseor perhaps...cfloop from=1 to=1cfmail/cfloop ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems

Re: Macromedia.com

2002-01-30 Thread Matt Brown
Doubt its true, if you look at the comments on fuckedcompany on the story some of them refer to a rumour in a yahoo newsgroup. Probably someone trying to influence share prices First. Great that you posted here. When you hear things like that you deserve to get some answer from MM. Thank you.

RE: Macromedia.com

2002-01-30 Thread Simon Horwith
you forgot to close your cfmail tag Simon Horwith Macromedia Certified Instructor Certified Advanced ColdFusion 5 Developer Fig Leaf Software 1400 16th St NW, # 500 Washington DC 20036 202.797.6570 (direct line) www.figleaf.com -Original Message- From: Bryan Stevenson [mailto:[EMAIL

RE: Macromedia.com

2002-01-30 Thread Mark A. Kruger - CFG
Matt, Thanks for replying to the board - it's much appreciated. I'm willing to take your word for it at the moment (just tell us you never worked for Enron and I'll be satisfied - g). Mark -Original Message- From: Matt Brown [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002

RE: Macromedia.com

2002-01-30 Thread Carlisle, Eric
I'd like to see how ColdFusion compares to asp.net AS WELL AS other middleware solutions (JSP,PHP). I think it's also important to emphasize how well it can work with them. I would love to see more on how ColdFusion can be integrated with other web application tools (especially JSP EJB,

RE: Macromedia.com

2002-01-30 Thread Dave Watts
If I recall, ColdFusion support for .Net did not include running on the CLR but support for things like .Net services. Perhaps interoperability would be a more accurate word to describe Macromedia's proposed support for .Net. Actually, if I recall correctly, at the last Devcon, Macromedia

Re: Macromedia.com

2002-01-30 Thread Bryan Stevenson
I was waiting for that... ;-) Bryan Stevenson VP Director of E-Commerce Development Electric Edge Systems Group Inc. p. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com - Original Message - From:

RE: CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Dave Watts
If it's true J2EE, it should be portable across all J2EE platforms. Of course, you'll notice that they in the initial public Neo info that they are only supporting a limited set of J2EE engines (interestingly enough, all of them are commercial products - even though there are a number of

RE: Macromedia.com

2002-01-30 Thread Benjamin S. Rogers
Actually, if I recall correctly, at the last Devcon, Macromedia people stated that there will most likely be a release which, instead of running on J2EE platforms, runs on the .NET common language runtime. Ahhh, I didn't see that in the online broadcast. That's very interesting. I would have

RE: Installing CF Studio 5 UltraDev 4 upgrade

2002-01-30 Thread Dave Watts
I have several sets of the CF Studio 5 Dreamweaver UltraDev 4 upgrade to install over CF Studio 4.5.2. We're using MS PWS for our local web server and we're running WinNT 4, SP6. Are there any gotchas I should be aware of? No, you shouldn't have any problems. Is there any benefit to

RE: CFCACHE performance

2002-01-30 Thread Dave Watts
Hi I am using cfcache to cache a page which rarely changes however i'm finding the page actually takes LONGER to execute. Looking at my debbuging info the cfcache tag alone actually takes 327 milliseconds to execute can anyone else confirm the poor performance of this tag? Yes, CFCACHE

RE: CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Mark A. Kruger - CFG
To add to this topic, if I remember correctly, the idea behind neo was to try to get a toehold in enterprise business that use standard architecture. Therefore, supporting the major ap servers seems like a logical first step to bring CF to the enterprise. It's a channel move. Mark -Original

Articles on the Macromedia Web Site

2002-01-30 Thread Jeffry Houser
Hi Matt, At 09:35 AM 01/28/2002 -0800, you wrote: Hi just wanted to alert you that there is a developer site at Macromedia.com at: http://www.macromedia.com/desdev/developer/ This is going to be our primary location for developer articles and reviews and all that. You should take a look here.

Re: Please HELP!! - TCPClient and XML problem...

2002-01-30 Thread Ron Davis
UPDATE: I got an email from the people on the target server end.. they said that they actually *GOT* the transmission and successfully sent out the reply, but i didnt get anything printed out as the response... ?? can anyone see a problem with these few lines... its getting narowed down..

TOP select in Oracle?

2002-01-30 Thread Tony Schreiber
Is there a TOP XX select in Oracle like there is in MSSQL? If I do: SELECT * FROM table WHERE rownum = 10 ORDER BY whatever DESC I only get the first ten records in desc order, not the top of the heap... There's a lot of records, so I don't want to return them all in the query when I only a

Re: Articles on the Macromedia Web Site

2002-01-30 Thread Jeffry Houser
I'm an idiot... Didn't mean to post to list, sorry. At 11:58 AM 01/30/2002 -0500, you wrote: Hi Matt, At 09:35 AM 01/28/2002 -0800, you wrote: Hi just wanted to alert you that there is a developer site at Macromedia.com at: http://www.macromedia.com/desdev/developer/ This is going to

File upload trouble

2002-01-30 Thread Larry Juncker
Can anyone tell me why I get an error on this code? CFFILE action=UPLOAD filefield=File2Upload destination=G:\Websites_CF\BerresBros\Admin\ attributes=readOnly I get the following error: Error Occurred While Processing Request Error Diagnostic Information Error in CFFILE tag The form

Re: File upload trouble

2002-01-30 Thread Tony Schreiber
Check two things: First try filefield=File2Upload instead of filefield=File2Upload But only if you haven't forgetten to put ENCTYPE=multipart/form-data in your form tag. Can anyone tell me why I get an error on this code? CFFILE action=UPLOAD filefield=File2Upload

RE: File upload trouble

2002-01-30 Thread Lacey Lawson
You need enctype=multipart/form-data in your form tag. -Original Message- From: Larry Juncker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 12:23 PM To: CF-Talk Subject: File upload trouble Can anyone tell me why I get an error on this code? CFFILE action=UPLOAD

Re: File upload trouble

2002-01-30 Thread Paul Giesenhagen
In your form are you specifiying multipart/form-data? form action=somelink.cfm enctype=multipart/form-data It needs to know that there is a file Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder Can anyone tell me why I get an error on this code?

RE: Macromedia.com

2002-01-30 Thread Dave Watts
Actually, if I recall correctly, at the last Devcon, Macromedia people stated that there will most likely be a release which, instead of running on J2EE platforms, runs on the .NET common language runtime. Ahhh, I didn't see that in the online broadcast. That's very interesting. I

Insert/Update Record: Apostrophes will not work

2002-01-30 Thread Brian Fitzgerald
I have read some past posting regarding this issue, but did not find anything that helped: I am rather new to ColdFusion and MySQL. I have a application that I am creating with UltraDev with, of course, both insert record and update record functions. My problem is that when a user enters a value

Re: File upload trouble

2002-01-30 Thread Dave Hannum
Make sure in your FORM tag on your file upload page that you put ENCTYPE=multipart/form-data Common error. Dave - Original Message - From: Larry Juncker [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 12:23 PM Subject: File upload trouble

Re: Insert/Update Record: Apostrophes will not work

2002-01-30 Thread Clint Tredway
I believe you can also use the preservesinglequotes funtion to help this. Clint -- Original Message -- from: Brian Fitzgerald [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] date: Wed, 30 Jan 2002 11:34:44 -0600 I have read some past posting regarding this

MSSQL w/ OLEDB or ODBC

2002-01-30 Thread Steve Oliver
What do most of you use with MSSQL? OLEDB or ODBC? I've read numerous pages that say OLEDB is a better choice, I know this is very true with Access dbases, but what about with MSSQL? I've tested an OLEDB connection with MSSQL and it picks up ODBC dates just fine, and the Booleans don't need to

RE: CFCACHE performance

2002-01-30 Thread Kola Oyedeji
Thanks! Kola Oyedeji Web developer Macromedia Certified Advanced ColdFusion 5 Developer ekeda ltd http://www.ekeda.co.uk (+44)020-8429-7300 -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: 30 January 2002 17:02 To: CF-Talk Subject: RE: CFCACHE performance

Re: MSSQL w/ OLEDB or ODBC

2002-01-30 Thread Clint Tredway
ODBC uses OLEDB so using OLEDB is faster. Plus, with CF4.5 you can use a single OLEDB connection and use it to change what database you look at. Its kind of a suedo DSNLess connection. HTH Clint -- Original Message -- from: Steve Oliver [EMAIL

Application framework and sessions?

2002-01-30 Thread ehoma
Hi, I have a question about using the application framework and sessions. I have an application that has a shopping cart. I have an application.cfm file in the root directory so that session variables are created right away and use them to keep track of the items placed in the cart. The

RESOLVED: File upload trouble

2002-01-30 Thread Larry Juncker
Thank You so very much, the ENCTYPE was my problem. -Original Message- From: Tony Schreiber [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 7:27 AM To: CF-Talk Subject: Re: File upload trouble Check two things: First try filefield=File2Upload instead of

RE: CF and .NET (was Re: Macromedia.com)

2002-01-30 Thread Zac Belado
A true .NET service will simply be a SOAP method/property, which you can actually use now (and other proprietary services like Passport have COM interfaces). My understanding from Devcon was that the .NET integration was, at this point, limited to accessing .NET web services.

RE: CF6 true J2EE Compliance (was Re: Macromedia.com)

2002-01-30 Thread Zac Belado
Of course, you'll notice that they in the initial public Neo info that they are only supporting a limited set of J2EE engines (interestingly enough, all of them are commercial products - even though there are a number of open-source J2EE products that are fully compliant). Not interesting

RE: Application framework and sessions?

2002-01-30 Thread Steve Oliver
1) Why put application.cfm's in your subdirectories since CF will use the one in the root anyways. But if you have to, then yes you need to put a cfapplication tag in each one. 2) No you don't need to lock client variables. __ steve oliver atnet solutions, inc.

Re: Please HELP!! - TCPClient and XML problem...

2002-01-30 Thread Lewis Sellers
On Wed, 30 Jan 2002 11:58:15 -0500, Ron Davis [EMAIL PROTECTED] wrote: UPDATE: I got an email from the people on the target server end.. they said that they actually *GOT* the transmission and successfully sent out the reply, but i didnt get anything printed out as the response... ?? can

(OT) Database Design Question

2002-01-30 Thread Owens, Howard
I'm putting together a new database for a fairly substantial application I need to build. Here is the kind of information I need to store: -- Registration of individual (standard name, address, email type of stuff) -- Categories of interest The categories of interest will come from a

Re: Application framework and sessions?

2002-01-30 Thread ehoma
The application.cfm file in the subdirectories check for the existenc e and value of the client variable that gives that client or class of clien t privilege to that directory. If the appropriate variables are not set and/or the value is not corr ect it sends them back to the root. I am not

Re: (OT) Database Design Question

2002-01-30 Thread Jeffry Houser
This is how I would handle it. It sounds like a standard many-to-many relationship. At 10:17 AM 01/30/2002 -0800, you wrote: I'm putting together a new database for a fairly substantial application I need to build. Here is the kind of information I need to store: -- Registration of

Re: Please HELP!! - TCPClient and XML problem...

2002-01-30 Thread Ron Davis
ah.. THAT might explain it... they network guys told me that this particular transaction could take up to 60 seconds to complete.. soo next logical question.. how can i over-ride the default timeout? I tried adding a line, but I think its in the wrong place

UPS Maxicode

2002-01-30 Thread Adrian Cesana
Anyone know of anything CF based for generating the UPS maxicode? Thanks,Adrian __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation · $99/Month · Free Setup

Can you stop a link in an email from taking over your window

2002-01-30 Thread Hays, Duncan
When I click on a link in an email, it opens the page in the most recent browser window. Since I'm creating apps the run in their own window I don't want that window taken over. Has anyone dealt with this effectively before? I'm going to try to work it out with some JS but I'm not sure how

Re: looping question

2002-01-30 Thread Jennifer Larkin
I'm really tired and I'm about to go back to bed, so forgive the lack of information in this message. I think you are looking for a SQL outer join where (addresstype = 1 and address = ) or (addresstype = 2 and address = ) or (addresstype = 3 and address = ). When I wake up I'll check back

RE: Can you stop a link in an email from taking over your window

2002-01-30 Thread Steve Oliver
In IE, there's an option to RE-Use windows for shortcuts in the advanced options, which causes that. Or you could just set your target=_blank in the email. __ steve oliver atnet solutions, inc. http://www.atnetsolutions.com -Original Message- From: Hays, Duncan

RE: Can you stop a link in an email from taking over your window

2002-01-30 Thread Hays, Duncan
The IE setting sounds good to me. We're in a controlled environment for browsers so I could have it enforced. The emails are uncontrollable though! Thanks -Original Message- From: Steve Oliver [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 1:58 PM To: CF-Talk Subject: RE:

HTML E-mail Stats

2002-01-30 Thread BEN MORRIS
Does anyone have (or heard of) or any stats on how many people are unable to view HTML e-mail messages? Or, if anyone does a mailing list where people can choose plain text or HTML, how many choose plain text? TIA, Ben Morris

Re: Please HELP!! - TCPClient and XML problem...

2002-01-30 Thread Lewis Sellers
On Wed, 30 Jan 2002 13:42:47 -0500, Ron Davis [EMAIL PROTECTED] wrote: ah.. THAT might explain it... they network guys told me that this particular transaction could take up to 60 seconds to complete.. soo next logical question.. how can i over-ride the

CFHTTP Monster.com

2002-01-30 Thread Kris Pilles
Ok. I was curious about Cfhttp's ability to pull data in form other pages. What I want to do is pull in the search results form monster.com without __ Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB

RE: HTML E-mail Stats

2002-01-30 Thread David Grabbe
Ben - For the email newsletters that we send out, on average about 25% of the users are signed up for the text-only version. The vast majority of the users are in non-technical fields, and I'm sure that influences the numbers a bit -- i.e. certain tech gurus preferring or swearing by text-only

RE: CFStoredProc vs CFQUERY

2002-01-30 Thread Dave Watts
stored proc is definately faster because everytime you use cfquery, the sql inside the tag has to be interpreted to the language the dataserver understands...with cfstoredproc this step is skipped. The problem with generalizations is that they're usually not always correct. That's true

Re: (OT) Database Design Question

2002-01-30 Thread Douglas Brown
That looks like it would work fine. I prefer to use two tables instead of 3 myself. less joining. [user] id[PK] name address [category] id PK user_id (FK_USER.ID) cat_name There are two major products that come out of Berkeley: LSD and [Unix] BSD. We don't believe this to be a

Re: HTML E-mail Stats

2002-01-30 Thread Thomas Muck
I've analyzed clickthru data on text/html/aol emails and found about 4-8% of the people using text-based email readers, depending upon what type of clientele the email went to. This is based on thousands of clickthrus. tom Does anyone have (or heard of) or any stats on how many people are

Re: (OT) Database Design Question

2002-01-30 Thread Clint Tredway
But with 2 tables, the user could not have an infinite amount of categoires *unless* the category table is a vertical table. You would have less joini ng, but I do not think that its as flexible. My 2cents.. Clint -- Original Message -- from: Douglas

  1   2   3   >