end of my CFHTTP rope!

2003-02-01 Thread Jason kufner
Good evening everyone--- I'm at the end of my rope, I can't get cfhttp to work. I've read through both of Ben fortas MX books, searched on line and experimented until I'm blue in the face. The code seems good to me- Please, I need a second pair of eyes: SETUP: I'm collecting info from a form

Re: Return of the sql wierdness ERROR message

2002-11-02 Thread jason kufner
you're mostly right--- but all the client gave me was a GAINT text file, so using regular expression I pulled out a book at a time and then using more regular expressions I dumped the results into an array, which I am sorting through and inserting into an access database into their respective tabl

Re: Return of the sql wierdness ERROR message

2002-11-02 Thread jason kufner
Thank you again every one here is the answers to your questions: -This is representative some of the data being inserted. This was a NASTY 550 page file maker pro data base that I'm converting. Some fields are empty some are huge like this one. -It is being dumped into a Memo field. -this

Re: Return of the sql wierdness ERROR message

2002-11-02 Thread jason kufner
yeah--- i tried it. didn't work. Its going to be one of thoes nights. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&foru

Return of the sql wierdness ERROR message

2002-11-02 Thread jason kufner
This is a two for one problem. I get this error message if I wrap the array statement with the preserveSingleQuotes: Code: INSERT into authorBio (authorBio_authorId, authorBioDetail) VALUES (#session.authorPkey#, '#pres

HELP!! sql wierdness ERROR message

2002-11-02 Thread jason kufner
Thank you so much for the fast response: Mr. Forta it's always gratifying to see your name in this news group, the Cf community is alive and thriving!! Here is the code in question: INSERT into authorBio (authorBio_authorId,

HELP!! sql wierdness and the clients coming tomorrow!!!

2002-11-02 Thread jason kufner
Help! I'm at zero hour with a project and I just discovered an "issue" with SQL (the language, not the database): Here it goes: I have an Array holding some text and I'm inserting that text into the database, simple enough. But within this text the author used parentheses just like you would

custom tags Vrs CFC vrs web services.

2002-10-29 Thread jason kufner
Good morning every one: I am working with a client that's moving from version 4.5 to MX. With this change (and because of some new features) I have to rewrite a lot of the core code. Here's my open ended question please feel free to write long rambling essays "What are the advantages and di

Subject: Re: help with IIS 5

2002-10-06 Thread jason kufner
To put in my 2 cents worth-- I had the same problem, I never figured it out. I was experimenting with regular expressions anr running some pretty heinous loops- so big in fact coldfusion would hang. After cltr + alt + del the service died and i could never get coldfusion back. (Even after an

cold fusion and flash part 2.5

2002-03-21 Thread Jason Kufner
This is a multi-part message in MIME format. --=_NextPart_000_0001_01C1D0D0.F5A41230 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I'm just jumping in... I haven't read all the back post on this yet. (I'm busy for two days and I come back to 329 emails)

re: Flash MX and CF5 pt2.5

2002-03-21 Thread Jason Kufner
I'm just jumping in... I haven't read all the back post on this yet. (I'm busy for two days and I come back to 329 emails) I've been working on flash and coldfusion as well. So this thread caught my attention. Someone said they wanted to make the first flash shopping cart. This web site did it a

RE: Step in the rigth direction --Developer Edition

2002-01-10 Thread Jason Kufner
I think some of you remember what it was like tackling a new technology: "Well, you need a strong understanding of HTML, Make sure you have a web server running, web-share the website root folder, create a dsn, create a database, connect to that database with SQL, make sure you have ColdFusion run

Step in the rigth direction --Developer Edition

2002-01-10 Thread Jason Kufner
I just wanted to point this out to everyone on the list. With all the talk about the 'death of coldFusion' I think this is a real step in the right direction. I've already convinced one client to use ColdFusion BECAUSE their IT department could poke around and use this Developers' Edition to learn

fusebox and coldfusion?

2002-01-05 Thread Jason Kufner
This is a multi-part message in MIME format. --=_NextPart_000_0001_01C19584.FE3E1DF0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I've download a bunch of the FuseBox information, I'm reading through it and it seems interesting but I'd like to hear oth

Xp, starbucks , and coldfusion

2001-12-21 Thread jason kufner
This is a multi-part message in MIME format. --=_NextPart_000_0004_01C18A06.3700CA00 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Okay here's my problem: I use my laptop as a portable cold fusion design station. (You know For those afternoon trips

RE: uploading a whole folder-- instead of just a file.

2001-11-16 Thread jason kufner
this link isn't working. What file is it pointing to? thanks -Original Message- From: John McCosker [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 2:05 AM To: CF-Talk Subject: RE: uploading a whole folder-- instead of just a file. This should take you to it, wrote by Ben For

uploading a whole folder-- instead of just a file.

2001-11-16 Thread jason kufner
---how do I upload a FOLDER to the server? -- PLEASE oh god please. help. me. I've built a template driven web-site for the local community college. Every instructor can upload templates for their classes, which is a collection of files and graphics. The instructors want to up load the root direc