Re: Any other way to look at datasources?

2002-03-01 Thread Paul Giesenhagen
The servers registry holds all of the datasource information for the CFAdmin, you can see it in there .. but it doesn't give the server information... Software/allaire/datasources Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder - Original Me

Re: simple cfloop

2002-03-03 Thread Paul Giesenhagen
The way your are doing it, just do the following: Take plain outputs and put them around the loop (so it doesn't have to output,output output ...(don't know if it matters).. Then do as you were doing ... SELECT this, that, theotherthing FROM tblName WHERE ID = #id# #this##that##theotherthing

Re: Next/Previous???

2002-03-04 Thread Paul Giesenhagen
Give qdnext a try: http://www.quilldesign.com It allows you to set next/previous pages as well as series of pages ... and it's open source.. Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder > Does anyone know of an unencrypted tag that will

Re: CF linux hosting?

2002-03-04 Thread Paul Giesenhagen
Try out iServer ... but I don't think it is very cheap ... (not sure if it is Linux either...) So I may not be too much help at all I know that they don't have NT :) Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder - Original Message

Re: CF_FakeURL and 404 errs

2002-03-06 Thread Paul Giesenhagen
ng out the query_string.... Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder - Original Message - From: "Matt Robertson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 1:14 PM S

Re: [OT] Re: VTML Builder

2002-03-07 Thread Paul Giesenhagen
Take your little disagreement offline. Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder - Original Message - From: "freddy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, March 07, 2002 2:

Re: CF_FakeURL problems

2002-03-07 Thread Paul Giesenhagen
We ran into the problem here and there, but most of our links already wer e Absolute url's so it worked out great for us ... not too big of a pain. Time for some search and replace :) Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder > hi, &g

Re: need e-com solution

2002-03-08 Thread Paul Giesenhagen
merce website building tool, and probably alot more than you are looking for right now. Both products are excellent (I guess I wouldn't say anything different :) If you have any questions let me know. Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Build

Re: SQL Statement dumping data

2002-03-08 Thread Paul Giesenhagen
If dump means delete delete from tablename Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector - Commerce Builder - Original Message - From: "Jason Larson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 08

Re: CFLOOP and CFOUTPUT

2002-03-08 Thread Paul Giesenhagen
So, does cfloop perform better than cfoutput or are they now comparable? Gunna have to change my way of thinking! Paul Giesenhagen QuillDesign http://www.quillldesign.com SiteDirector - Commerce Builder - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" &

Query Result to a comma list

2004-03-09 Thread Paul Giesenhagen
How do you convert a query result column to a comma delimited list without building it with a loop? Thanks Paul Giesenhagen QuillDesign [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Query Result to a comma list

2004-03-09 Thread Paul Giesenhagen
That was the ticket ... thanks Paul Giesenhagen QuillDesign   - Original Message -   From: Ubqtous   To: CF-Talk   Sent: Tuesday, March 09, 2004 10:32 AM   Subject: Re: Query Result to a comma list   Paul,   On 3/9/2004 at 11:21, you wrote:   PG> How do you convert a query res

Re: Marketing / Design ???

2004-03-09 Thread Paul Giesenhagen
Interesting question and I prefer number 1, that way I can see what I am putting in my cart and don't have to click on a button to view the items. #2 would be fine IF, you had a cart running item/total in a box someplace on the pages.  Even a listing of the items would be nice. Just my .02

Re: Ben's book is out

2004-03-10 Thread Paul Giesenhagen
Just ordered it ... oh the power of suggestion! Paul Giesenhagen QuillDesign   - Original Message -   From: DURETTE, STEVEN J (AIT)   To: CF-Talk   Sent: Wednesday, March 10, 2004 11:42 AM   Subject: RE: Ben's book is out   I already got it 2 days ago.  It is great.  I'

Query of Queries - Repost

2004-04-01 Thread Paul Giesenhagen
f queries result set: 18//Free Shipping 19/15/2nd Day Air 20/20/3 Day Select 22/25/Next Day Air Paul Giesenhagen QuillDesign [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

CFML from a DB

2004-04-19 Thread Paul Giesenhagen
page Hello, my DSN is "someDSN" Right now, if I insert it it outputs Hello, my DSN is "#request.dsn#" I know this is probably simple. Thanks Paul Giesenhagen QuillDesign [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: CFML from a DB

2004-04-19 Thread Paul Giesenhagen
FROM tablename #getContent.content# It still displays the same. and doesn't show the value of the variable. Paul Giesenhagen QuillDesign - Original Message -   From: Mike Townend   To: CF-Talk   Sent: Monday, April 19, 2004 9:00 AM   Subject: RE: CFML from a DB   Something like   #E

Re: CFMX for sale

2004-04-20 Thread Paul Giesenhagen
Adam, I agree with your comments completely! Paul Giesenhagen QuillDesign   - Original Message -   From: Adrocknaphobia   To: CF-Talk   Sent: Tuesday, April 20, 2004 3:39 PM   Subject: Re: CFMX for sale   Susan,   You should sell your copy guilt free. It's your copy and

XPay - CFMX - XML

2004-07-20 Thread Paul Giesenhagen
it on for processing and sends back the response. The question is, how do I send an XML string to the XPay client via an internal socket?  It resides on 127.0.0.1 port 5000  if that helps ... I usually do not deal in these types of issues so I am alittle lost! Thanks Paul Giesenhagen

Re: XPay - CFMX - XML

2004-07-20 Thread Paul Giesenhagen
The XML packet is being pushed to the IP on port 5000. Paul Giesenhagen QuillDesign   - Original Message -   From: Robert Munn   To: CF-Talk   Sent: Tuesday, July 20, 2004 4:53 PM   Subject: Re: XPay - CFMX - XML   > The question is, how do I send an XML string to the XPay client

Re: Best Practice - Forms

2004-07-28 Thread Paul Giesenhagen
information, and then hits refresh?  Wouldn't it just refresh the page and the data from the db? Maybe I am missing something on your original post. Paul Giesenhagen QuillDesign   - Original Message -   From: Jeff Chastain   To: CF-Talk   Sent: Wednesday, July 28, 2004 1:

Re: ecommerce storefronts

2004-07-29 Thread Paul Giesenhagen
m the card they are then deposited into your bank account.  This is usually a 1-2 day process. I hope this helps! Paul Giesenhagen QuillDesign   - Original Message -   From: daniel kessler   To: CF-Talk   Sent: Thursday, July 29, 2004 2:48 PM   Subject: ecommerce storefronts   It seems

Re: Getting an image.. before display

2004-08-09 Thread Paul Giesenhagen
I hope this helps Paul Giesenhagen QuillDesign   - Original Message -   From: Mark Drew   To: CF-Talk   Sent: Monday, August 09, 2004 9:53 AM   Subject: Getting an image.. before display   Imagine the situation.. you have thousands of records in a databse   that refer to some

Re: Getting an image.. before display

2004-08-09 Thread Paul Giesenhagen
would be  your next best bet ... but that will be a performance hit ... but it would work.. Paul Giesenhagen QuillDesign   - Original Message -   From: Mark Drew   To: CF-Talk   Sent: Monday, August 09, 2004 10:05 AM   Subject: Re: Getting an image.. before display   I dont know the

Shared Server / 500 Error

2004-08-10 Thread Paul Giesenhagen
I am doing some development on a shared server for a customer and am getting an Internal 500 Server error ... is there ANY way around this error?  We don't have access to the CF Admin so I can't view the error logs ... anything you can suggest? Paul Giesenhagen QuillDesign 417-885

Re: Shared Server / 500 Error

2004-08-10 Thread Paul Giesenhagen
Yes, we are creating an XML String wit hCFSCRIPT, then sending that script with and waiting for a response. I am getting nothing .. just the 500 error (script is from the company providing the services). Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original

OT Unix

2004-08-12 Thread Paul Giesenhagen
If you want to create a directory with cfdirectory that is moving a file from one location into the newly created directory and you wanted it to be available for download via http ... what MODE would you set on the new directory and file? Paul Giesenhagen QuillDesign 417-885-1375 http

Re: OT Unix

2004-08-12 Thread Paul Giesenhagen
Yes, that is alittle strong .. I was thinking it was 755 .. but wanted to make sure from some of the U Guru's out there. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: S. Isaac Dealey   To: CF-Talk   Sent: Thursday, August 12,

Re: OT Unix

2004-08-12 Thread Paul Giesenhagen
Perfect .. thanks! Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: chris johnson   To: CF-Talk   Sent: Thursday, August 12, 2004 9:03 PM   Subject: Re: OT Unix   On Thu, 12 Aug 2004 21:51:27 -0400, S. Isaac Dealey <[EMAIL PROTEC

OT: SQL Query

2004-08-13 Thread Paul Giesenhagen
w the various levels. Any suggestions? I have tried multiple variations without avail. (Needs to work in MS Access and MS SQL) Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donation

Re: SQL Query

2004-08-13 Thread Paul Giesenhagen
oductID IS NULL)   -Original Message-----   From: Paul Giesenhagen [mailto:[EMAIL PROTECTED]   Sent: Friday, August 13, 2004 4:50 PM   To: CF-Talk   Subject: OT: SQL Query   I tried to ask this on Experts Exchange without any luck ...   maybe one of you guys may be able to help out.   I am tryin

Re: SQL Query

2004-08-13 Thread Paul Giesenhagen
I tried your example query, and recieved a "join _expression_ not supported" error.  I assume that is an MS Access error .. I am trying to make this work with both MS SQL Server and MS Access (I can use two queries if necessary).  Currently I am working in Access for this applicat

Re: SQL Query

2004-08-13 Thread Paul Giesenhagen
Same error on that one ... I guess I could use the query below for MS SQL and then run a loop with MS Access .. it just seems so simple ... it should work with access. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: Christian Watt

OT: Blown Away Query

2004-08-13 Thread Paul Giesenhagen
Ok, this blows me away .. here is the query: INSERT INTO boatOptions (boatID,option) VALUES(13,'x') Simple enough?  Well I am getting Syntax Errors with it.. BoatID = Int option = VarChar (75) Am I missing something here ...? Paul Giesenhagen QuillDesign 417-885

Re: Blown Away Query

2004-08-13 Thread Paul Giesenhagen
Figured it out ...DB didn't like "option" .. I changed it to boatOption and it worked ... go figure.. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: Paul Giesenhagen   To: CF-Talk   Sent: Friday, August 13, 2004 8:

Re: Blown Away Query

2004-08-13 Thread Paul Giesenhagen
Yes, just before I recieved your message I figured that one out :) Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: S. Isaac Dealey   To: CF-Talk   Sent: Friday, August 13, 2004 9:44 PM   Subject: Re: Blown Away Query   did you not

Re: Blown Away Query

2004-08-13 Thread Paul Giesenhagen
Shoot, I would call :) Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: S. Isaac Dealey   To: CF-Talk   Sent: Friday, August 13, 2004 9:53 PM   Subject: Re: Blown Away Query   > Yes, just before I recieved your message I figured t

Previous/Next with Files

2003-09-22 Thread Paul Giesenhagen
way to get next/previous files? Any help would be appreciated! Paul Giesenhagen QuillDesign ~| Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137990 Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription

Re: Previous/Next with Files

2003-09-22 Thread Paul Giesenhagen
without going back and forth throughout the whole site. Thanks Paul Giesenhagen QuillDesign - Original Message - From: "Mosh Teitelbaum" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 3:19 PM Subject: RE: Previous/

Re: Editing Files In-Line

2003-09-23 Thread Paul Giesenhagen
It will have to open it up. Use That should getcha! Paul Giesenhagen QuillDesign - Original Message - From: Richard Crawford To: CF-Talk Sent: Tuesday, September 23, 2003 11:29 AM Subject: Editing Files In-Line Is there a way in Cold Fusion

Cookies

2003-09-30 Thread Paul Giesenhagen
If you set a cookie on website1.domain.com will that cookie be availble on website2.domain.com?  Or are they considered seperate domains? Thanks Paul Giesenhagen QuillDesign [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Cookies

2003-09-30 Thread Paul Giesenhagen
So for website1.domain.com And Website2.domain.com Would set them differently .. and if you where on website1 with that cookie set, and then tried to go to website2, the cookie would not be available correct? Thanks Paul Giesenhagen QuillDesign   - Original Message -   From: Dave

CFC's

2003-10-02 Thread Paul Giesenhagen
bsite that gets into the heavy details of CFC's, with some good examples of manipulating sessions and other variables ... dealing with queries is easy enough. You may be able to tell from my post that  I am alittle lost on the CFC's ... just starting to play with them. Thanks in a

Re: Session Variables Or Client Variables (Pros & Cons - Poll)

2003-10-03 Thread Paul Giesenhagen
sessions Paul Giesenhagen QuillDesign   - Original Message -   From: Joe Eugene   To: CF-Talk   Sent: Friday, October 03, 2003 3:29 PM   Subject: Session Variables Or Client Variables (Pros & Cons - Poll)   Personally i am not a big fan of Client Variables due to DB Serializ

Re: FYI

2003-10-07 Thread Paul Giesenhagen
Now that is not relavant, but very funny. Paul Giesenhagen QuillDesign   - Original Message -   From: Adam Wayne Lehman   To: CF-Talk   Sent: Tuesday, October 07, 2003 12:32 PM   Subject: RE: FYI   I was wondering when this thread was going to start.   So Adobe patented the toolbar

Sessions - won't stick around

2003-10-10 Thread Paul Giesenhagen
possibly was deleting the session .. but I put that sessionTest in the app and it didn't stick either .. CFMX 6.1 WindowsXP (local box). Thanks Paul Giesenhagen QuillDesign [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Sessions - won't stick around

2003-10-10 Thread Paul Giesenhagen
I think that value is for minutes ... But even at that .. in my application it imediately does a redirect and that takes maybe 1 second .. so it should stick at least for that. But I will check on that time issue (good to know anyway). Paul Giesenhagen QuillDesign   - Original Message

Re: Sessions - won't stick around

2003-10-10 Thread Paul Giesenhagen
Ahh ... I remember that now .. But adding the 30 was after the problem started ... If I take the sessiontimeout param out and restart the servers, I am still not able to set sessions ... (well the set, but upon page reload, they are gone). I am at a loss! Paul Giesenhagen QuillDesign

Re: Sessions - won't stick around

2003-10-10 Thread Paul Giesenhagen
thing I possibly did ... Paul Giesenhagen QuillDesign   - Original Message -   From: Andre Turrettini   To: CF-Talk   Sent: Friday, October 10, 2003 3:16 PM   Subject: RE: Sessions - won't stick around   Paul, it appears youre not having cf send cookies to the browser.  So, in  

Re: Sessions - won't stick around

2003-10-10 Thread Paul Giesenhagen
Deleting all my cookies didn't work .. also, this was working fine for days .. just this day it decided to crap out .. Paul Giesenhagen QuillDesign   - Original Message -   From: Matt Robertson   To: CF-Talk   Sent: Friday, October 10, 2003 4:18 PM   Subject: Re: Sessions -

Can't Load a Null

2003-10-12 Thread Paul Giesenhagen
I am getting this error when activating a component .. this is an extention of what I thought was a session issue, but now it is just an argument issue.  I for the life of me cannot figure this one out. Below is the error first and then the code:  (any help is appreciated)   can't load a null

OT: SQL Query

2003-10-16 Thread Paul Giesenhagen
ng at ReportID (5), then I want to know that reportID 4 is previous and reportID 8 is next So my output should be Previous = 4 This > Next = 8 Oh, and I need to know if previous is Nothing or Next is nothing (ie there isn't anymore eitherway). ANY help would be greatly appreciated! Pau

Re: OT: SQL Query

2003-10-17 Thread Paul Giesenhagen
The dataset is fairly small .. I doubt it would be over a few hundred records for awhile .. and in a few years maybe up to 2000, so I don't think it will be a huge ordeal. Thanks in advance, I will give it a try! Paul Giesenhagen QuillDesign   - Original Message -   From: Joche

Re: OT: SQL Query

2003-10-17 Thread Paul Giesenhagen
pDate < (SELECT tripDate FROM beaverReports WHERE reportID = 1032) ORDER BY tripDate" Thanks for the help! Paul Giesenhagen QuillDesign   - Original Message -   From: Jochem van Dieten   To: CF-Talk   Sent: Friday, October 17, 2003 3:56 AM   Subject: Re: OT: SQL Query   Paul Gi

Service not running

2003-10-17 Thread Paul Giesenhagen
both ODBC MX services are running). Paul Giesenhagen QuillDesign [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: OT: SQL Query

2003-10-21 Thread Paul Giesenhagen
pDate DESC     UPDATE beaverReports     SET tripSort = #thisQuery.currentRow#     WHERE reportID = #thisQuery.reportID# Paul Giesenhagen QuillDesign - Original Message -   From: Tony Weeg   To: CF-Talk   Sent: Friday, October 17, 2003 12:01 PM   Subject: RE: OT: SQL Query   does

High ASCII Characters

2003-10-22 Thread Paul Giesenhagen
before running on Windows 2k, CF5 Thanks in advance! Paul Giesenhagen QuillDesign [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Queries/Arrays/Structs

2004-08-23 Thread Paul Giesenhagen
e is a "simpler" way. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: cfhttp showing default info, not my site

2004-08-26 Thread Paul Giesenhagen
Send your code .. I will test it from here. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: joe velez   To: CF-Talk   Sent: Friday, August 27, 2004 12:45 AM   Subject: cfhttp showing default info, not my site   when i CFHTTP to my

Re: cfhttp showing default info, not my site

2004-08-26 Thread Paul Giesenhagen
you change the NAME of your cfhttpparam from pageid to something like X, your site loads up fine ...  you will need to check the code on yoru index.cfm file that you are POSTING too. Hope this helps Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message ---

Re: cfhttp showing default info, not my site

2004-08-26 Thread Paul Giesenhagen
It worked fine for me .. it pulled up the web hosting site ... Dunno what to tell ya .. sorry! Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: joe velez   To: CF-Talk   Sent: Friday, August 27, 2004 1:14 AM   Subject: Re: cfhttp

Weather Feed - Custom Tag

2004-09-01 Thread Paul Giesenhagen
) Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Weather Feed - Custom Tag

2004-09-01 Thread Paul Giesenhagen
I have signed up for the Weather.com XML feed and am going to create a tag to do the processing ... (unless someone comes up with something better first!) Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: [EMAIL PROTECTED]   To: CF-Talk

Re: Weather Feed - Custom Tag

2004-09-01 Thread Paul Giesenhagen
Yes, but it is alot of crap that they put together to offer up for free ... no big deal on most of it ... there are services out there that charge alot of $$ per month and you don't have to do any of that. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Ori

XML Testing

2004-09-05 Thread Paul Giesenhagen
error response code.  So what I would like to do is FIRST check to see if this variable exists ... Any suggestions? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and

Date Records

2004-09-06 Thread Paul Giesenhagen
. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Return Links (best practice)

2004-09-06 Thread Paul Giesenhagen
AFTER they have logged in and/or signed up. Thanks Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Re: Return Links (best practice)

2004-09-06 Thread Paul Giesenhagen
Yes, but that can be unreliable ... but what I am looking for is are you passing this information via what type of variable. url, session, client ect... Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: Micha Schopman   To: CF-Talk

Re: Return Links (best practice)

2004-09-06 Thread Paul Giesenhagen
Sometimes servers turn those off but that is not the point of my question, my question is how would are some folks storing and processing this? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: Micha Schopman   To: CF-Talk   Sent

Re: CFTRANSACTION

2004-09-15 Thread Paul Giesenhagen
No, you can only have one datasource per CFTRANSACTION. Would be nice, but it isn't possible. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: vishnu prasad   To: CF-Talk   Sent: Wednesday, September 15, 2004 11:45 PM   Su

Re: CFTRANSACTION

2004-09-15 Thread Paul Giesenhagen
Without testing it here, are you getting an SQL error?  I think SQL doesn't allow you to do this, OR it could be the Driver you are using. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: vishnu prasad   To: CF-Talk   Sent: Thu

Re: CFTRANSACTION

2004-09-15 Thread Paul Giesenhagen
That is because TRANSACTIONS are not CF they are somethign your DB uses it is something that DB will do to roll back if there is a problem, it is not a CF issue...  You must have your transactions all using the same datasource. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com

Admin Password

2004-09-20 Thread Paul Giesenhagen
I built a new server and cannot find/remember the password for CFMX 6.1 .. is there anyway of retrieving this without re-installing?  (I really don't want to re-enter all the DSN's) and settings again. Thanks Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Toda

Re: Admin Password

2004-09-20 Thread Paul Giesenhagen
Perfect ... thanks Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: Dave Watts   To: CF-Talk   Sent: Monday, September 20, 2004 2:27 PM   Subject: RE: Admin Password   > I built a new server and cannot find/remember the password

Re: Looking for a thread

2004-09-21 Thread Paul Giesenhagen
If you are using argumentcollection="#form#" Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: Trevor Holm-Laursen   To: CF-Talk   Sent: Tuesday, September 21, 2004 9:58 AM   Subject: Looking for a thread   Hey everyone. 

MS Access in CFMX 6.1

2004-09-23 Thread Paul Giesenhagen
ccess with Unicode it works just fine... 1) What could the problem be 2) Does it hurt anything to use the Unicode? Thanks Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Server JRUN/CFMX

2004-09-28 Thread Paul Giesenhagen
server encountered an internal error and was unable to complete your request. Could not connect to JRun Server. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Contract Work

2004-10-01 Thread Paul Giesenhagen
Just FYI, I posted a note in the CF-Jobs-Talk list about needing some contract help ...  for those who don't monitor and looking for alittle sideline. Please do not respond to this post ... Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com [Todays Threads] [This Me

Re: National Weather Service XML Web Service Issues

2004-10-01 Thread Paul Giesenhagen
Does it have to be with the National Weather Service?  I wrote up something for XML with Weather.com ... 10 day forcast ect... Let me know if you want it. It is inside of a page, but you can strip out the outside to get to the goodies. Paul Giesenhagen QuillDesign 417-885-1375 http

Re: National Weather Service XML Web Service Issues

2004-10-01 Thread Paul Giesenhagen
know if you want it.   It is inside of a page, but you can strip out the outside to get to the goodies.   Paul Giesenhagen   QuillDesign   417-885-1375   http://www.quilldesign.com     - Original Message -     From: Dawson, Michael     To: CF-Talk     Sent: Friday, October 01, 2004 1:2

Re: CF and MySQL

2004-10-01 Thread Paul Giesenhagen
Use this will do the correct stuff for ya ... MySQL reserves '\' Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - Original Message -   From: Adkins, Randy   To: CF-Talk   Sent: Friday, October 01, 2004 3:18 PM   Subject: CF and MySQL   I guess th

Re: Creating E-commerce application with CF

2004-10-01 Thread Paul Giesenhagen
Consider purchasing a canned application and then customizing your required features in it. It is completely possible and depending on it's depth easy ... but you can save time if you go with a pre-built system. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesig

Re: Server performance

2004-10-05 Thread Paul Giesenhagen
f down and produces the jrun error, the restart process takes multiple minutes with it erroring out saying it couldn't stop the service. I have to babysit the server now, restarting the service about every 3-4 hours. Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com   - O

OT: Online Presentations

2004-11-01 Thread Paul Giesenhagen
n the conference phone. (THIS IS NOT A WEB PROJECT) Any suggestions? Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com ~| The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in

Re: Online Presentations

2004-11-02 Thread Paul Giesenhagen
Looking for LIVE demonstrations Paul Giesenhagen QuillDesign 417-885-1375 http://www.quilldesign.com - Original Message - From: "Hugo Ahlenius" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, November 02, 2004 2:52 AM Subject: RE: On

Stripping out MS Word Characters

2003-07-31 Thread Paul Giesenhagen
those MS Word characters for single quotes and spaces to raw text. Anyone have any suggestions? Thanks in advance Paul Giesenhagen QuillDesign ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

CFHTTP - CFMX 6.1 - IP ONLY

2003-08-11 Thread Paul Giesenhagen
Paul Giesenhagen QuillDesign ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.c

Re: Database layout question...

2003-08-14 Thread Paul Giesenhagen
pageID can be in multiple rose in the Fuse table. Make sense? Hope this helps! Paul Giesenhagen QuillDesign - Original Message - From: "Ryan Mitchell" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, August 07, 2003 9:59 AM S

OT: SQL - Joining?

2003-08-14 Thread Paul Giesenhagen
date, but also count all the times that each title shows up in the fusion table (objectID) field. Any idea on how this query would be written? Thank you Paul Giesenhagen QuillDesign ~| Archives: http://www.houseoffusion.com

<    1   2   3   4   5   6