Thanks I was looking in the stable files.
Rich
-Original Message-
From: Ryan [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 13, 2000 10:45 AM
To: CF-Talk
Subject: Re: MySQL
At 10:37 10/13/00 -0400, you wrote:
>Can anyone tell me which one of the following MySQL databases I need to
>do
appreciated.
Larry Juncker
Senior Cold Fusion Programmer
Heartland Communications Group, Inc.
-Original Message-
From: HappyToad.com [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 13, 2000 9:27 AM
To: CF-Talk
Subject: RE: cfm-resources??
I tried the path
H:\client\members\Youraccount
Can anyone tell me which one of the following MySQL databases I need to
download to use with Win 98 PWS or Win 2000 IIS? I already downloaded the
neccesary MyODBC file.
Standard binary (tarball) distributions:
HP-UX 10.20 [hp-hpux10.20-hppa1.1]
IBM AIX (PowerPC) [ibm-aix4.2.1.0-powerpc]
Linux
I tried the path
H:\client\members\Youraccount\ and it doesn't work.
Rich
-Original Message-
From: Jack Tumlin [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 13, 2000 10:00 AM
To: CF-Talk
Subject: RE: cfm-resources??
--=_62985858==_.ALT
Content-Type: text/plain; ch
Does SESSIONTIMEOUT have to be set in time or can it be set to expire when
the browser window is closed?
Thanks,
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.h
Sorry I was referring to the full path not the url.
Any Ideas,
rich
-Original Message-
From: Jack Tumlin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 12, 2000 5:02 PM
To: CF-Talk
Subject: Re: cfm-resources??
Try http://www.cfm-resources.com/ViewMemberSite.cfm?AccountName=yourwebsi
Does anyone know the new path for users of cfm-resources.com??
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists
I am trying to set up a form that compares the form field user_id to the
database. Here is what I have written:
Sorry User ID is Taken
I am getting an error saying:
Error Diagnostic Information
InsideText
Cannot convert user1 to boolean.
user1 is what was entered as user id on the form
Which version do i download from MySQL.com??
Rich
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 12, 2000 12:10 PM
To: CF-Talk
Subject: Re: [MySQL???]
yes. you need MyODBC too.
"HappyToad.com" <[EMAIL PROTECTED]> wrote:
Can I use MySQL locally to test and learn? I currently have Win 98 running
with PWS and MS Access but will be upgrading to Win 2000 IIS next week.
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Do I have to buy the software directly from Allaire to get the 2 year
subscription?
Rich
-Original Message-
From: Kevin Miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 11, 2000 3:25 PM
To: CF-Talk
Subject: Re: CF 5.0???
The next version is always around the corner. Do yours
nna happen.
-Original Message-----
From: HappyToad.com [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 11, 2000 2:59 PM
To: CF-Talk
Subject: CF 5.0???
Does anyone know when CF 5 Studio nay be coming out?? I am ready to buy
Studio now but am hesitant to buy 4.5 if 5.0 is right around the cor
You can ignore that last message. I just got off the phone with Allaire and
they told me Studio 5.0 would be out in early November.
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe
Does anyone know when CF 5 Studio nay be coming out?? I am ready to buy
Studio now but am hesitant to buy 4.5 if 5.0 is right around the corner.
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
T
----Original Message-
> From: HappyToad.com [SMTP:[EMAIL PROTECTED]]
> Sent: 10 October 2000 16:51
> To: CF-Talk
> Subject: Off Topic: Dual Hard drives
>
> I am setting up dual hard drives so I can run Win 98 for my personal stuff
> and Win 2000 for development software. An
I am setting up dual hard drives so I can run Win 98 for my personal stuff
and Win 2000 for development software. Anybody done this? Any pointers?
Help is appreciated.
Rich
--
Archives: http://www.mail-archive.com/cf-tal
Any one else having trouble connecting to ftp @ cfm-resources.com?? I have
not been able to connect all day.
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.hous
That's a pain to do but I'm
not aware of other solutions for existing entries.
But you might consider that a change in the DB structure to a text field
would then give an opportunity to compare strings and select on them.
Richard
-Original Message-
From: HappyToad.com [mailto:[E
PERFECT!! Thank You :-)
Rich
-Original Message-
From: DeVoil, Nick [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 09, 2000 11:37 AM
To: CF-Talk
Subject: RE: Between???
Then try something like
SELECT order_id FROM orders
WHERE order_date BETWEEN CDate('#from_month#' & '/' & '#from_da
for mm,dd, isn't going to
work, for example.
Todd Ashworth
- Original Message -
From: "HappyToad.com" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, October 09, 2000 11:00 AM
Subject: RE: Between???
| The order_date field in
,DD,) is not valid for
the database. CF might like that syntax to describe a date, but the SQL
engine won't recognize it. Check out the CreateODBCDate() function - use it
to convert your date into SQL friendly format.
Bob
-Original Message-
From: HappyToad.com [mailto:[EMAIL PROT
I have set up a form to enter the dates which has the following query on the
form action page:
SELECT order_id FROM orders
WHERE order_date BETWEEN ('#from_month#','#from_day#','#from_year#')
AND ('#to_month#','#to_day#','#to_year#')
Why doesn't this work?
Rich
-Original Message-
Fro
uot; - and you don't have a closing
tag. That last one will kill tables in Netscape every time. BTW,
it has nothing to do with because the browser has no clue that you
are using ColdFusion.
Dan
-Original Message-
From: HappyToad.com [mailto:[EMAIL PROTECTED]]
Sent: Thursday, Octobe
you copy/paste the source? that may make it easier to find a problem
-Original Message-
From: HappyToad.com [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 9:21 AM
To: CF-Talk
Subject: RE: Netscape?
OK explain this. The form works when I use it as a CFINCLUDE but not on its
own
ge in MIME format.
--9F438ACC8159EB2C0B77E0AA
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
It must be your code.
I got cfform running using both IE and Netscape.
"HappyToad.com" wrote:
>
> Is there something wrong with my code or does N
Is there something wrong with my code or does Netscape not recognise
?
Rich
-Original Message-
From: Gavin Lilley [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 05, 2000 9:39 AM
To: CF-Talk
Subject: RE: Oracle and Cold Fusion
I have heard that Oracle is the best database for Coldfu
Re: A little off topic but I need help?
It overwrites on 98
-Original Message-
From: HappyToad.com <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Thursday, October 05, 2000 6:51 PM
Subject: A little off topic but I need help?
>What will happen if I install Win 20
What will happen if I install Win 2000 over Win 98 on my PC? Has anyone
done this?
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?si
I just did this yesterday by using this code for image uploads:
UPDATE settings SET fieldname='#File.ClientFile#'
Rich
-Original Message-
From: sebastian palmigiani [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 04, 2000 3:06 PM
To: CF-Tal
- Original Message -
From: "HappyToad.com" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, October 03, 2000 3:46 PM
Subject: Eliminate duplicates??
> Question:
> I have built a store app and orders are stored with each product ordered
Question:
I have built a store app and orders are stored with each product ordered
being assigned its own table row but sharing the unique order id. How can I
have a query that will display the order ids without duplicates? Is there a
way to eliminate duplicates without limiting the output rows?
How can I have a photo upload form which will set the propper name for the
file in the database so it can be called upon later? When I upload now it
stores under C:/whatever/image.gif in the database.
Thanks,
Rich
--
Ar
>From what I have heard its not the RAM it the RESOURCES. I have 256megs of
RAM and still have problems with CF Studio.
Rich
-Original Message-
From: Stewart, Mark [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 12:44 PM
To: CF-Talk
Subject: RE: CFServer a memory leaker?
Tim,
How many of you are using Windows 2000 on your pc? I am getting really
tired of win98 problems and are wondering how much better win 2000 is.
Thanks,
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.c
I am learning Cold Fusion using the MS Access database and learning more and
more each day. What is the difference between using Access and SQL? Is is
just that SQL is for larger applications? Is it just as easy to use SQL? I
am in the dark on this, please shed some light.
Thanks,
Rich
-
How can I stop multiple records being added to the database when a user
clicks refresh on a form action page?
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.hous
date/time info for analysis and the 5 digit random number
tagged to end prevents dupes (unless you have
ultra-high-never-before-heard-of-order-volume on your site).
Dave
- Original Message -----
From: HappyToad.com <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Wednesd
exact date and time for the order number. Now you have both
order number and date/time info for analysis and the 5 digit random number
tagged to end prevents dupes (unless you have
ultra-high-never-before-heard-of-order-volume on your site).
Dave
- Original Message -
From: HappyToad.com
Yes
-Original Message-
From: Bob Silverberg [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 3:54 PM
To: CF-Talk
Subject: Duplicate emails
Sorry to bother everyone, but has anyone else been getting lots of duplicate
emails from this list?
Thanks,
Bob
ick.net
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--
> -Original Message-
> From: HappyToad.com [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 27, 2000 7:44 AM
> To: CF
How do I use UUID?
-Original Message-
From: Simon Horwith [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 12:31 PM
To: CF-Talk
Subject: RE: Autonumber?
use UUID
~Simon
-Original Message-
From: HappyToad.com [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September
I thought it was just me. I have 256megs of Ram and get system out of
resources errors when running CF Studio and a few other programs. Just how
much is CF studio using??
Rich
-Original Message-
From: Mike Kear [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 27, 2000 9:56 AM
To: CF
How can I have Cf create a unique order id for each order placed though the
store I am building?
Thanks,
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoff
Access. I have it working ok with the #Now()# input. Is this a problem?
Rich
-Original Message-
From: Marc Garrett [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 26, 2000 1:44 PM
To: CF-Talk
Subject: Re: Date Timestamp??
Wouldn't it be better to let the database handle it instead
What do I have to do to empty the session.cart after a customer has
completed the checkout?
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/inde
446158 http://www.TurboSquid.com
Just what the heck is a Turbo Squid?!?!?!?!?!? Ask me...
-Original Message-
From: HappyToad.com [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 26, 2000 10:04
To: CF-Talk
Subject: Da
How do I input the current date and time into a database? In other words I
want to time stamp an entry.
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffus
I have uploaded to them but their server is very unreliable. Sometimes
coldfusion is up and more often its not running.
Rich
-Original Message-
From: Claremont, Timothy S [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 26, 2000 10:35 AM
To: CF-Talk
Subject: RE: Cheap CF Hosting FOUND
How do I pass a variable for qty. from my items page into the
I set up a simple from box to pass the info and have tried to use:
but get errors.
Thanks,
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoff
Hi,
I just read your post. I am a new Cold Fusion developer who is teaching
myself from books as well. I see you are in Webster. I am in Penfield.
Where is the training you are referring to?
Thanks,
Rich
--
Archives: h
I had built a shopping cart application that was running fire and now I am
receiving this error. I haven't changed anything since it was working OK.
Any idea what happened?
Error Diagnostic Information
An error occurred while evaluating the expression:
#session.cart[loopcount][1]#
-
How do I create a form that will browse for an image and then update that
image in the directory and the image name in the table?
Thanks,
Rich
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsub
52 matches
Mail list logo