Re: cfx_pwcardcrypt (was: encrypt credit card field?)

2001-06-24 Thread Kay Smoljak
On Fri, 22 Jun 2001 10:59:16 -0500, Tom Davison [EMAIL PROTECTED] wrote: well lets say I wanted to order it... I notice the site is not secure for credit card info... why is this? Hi Tom, The Register page - where you enter credit card details - is protected by a 128 bit secure certificate.

SQL question

2001-06-24 Thread Heidi Belal
Hi, I'm trying to create a database remotely. This is the code i'm using, but i want to add that the id is auto incremented. Whenever i try specifying that in various different ways, it gives me an error! Can anyone tell me the right syntax to specify that i want the id to auto increment? the

I am not recieving any emails

2001-06-24 Thread Tom Davison
is anyone having these issues? I am not getting any emails - Original Message - From: Kay Smoljak [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, June 22, 2001 1:48 AM Subject: Re: cfx_pwcardcrypt (was: encrypt credit card field?) On Fri, 22 Jun 2001 14:13:33 +1000,

RE: SQL question

2001-06-24 Thread John Wilker
Try this CREATE TABLE FAQ( id int NOT NULL IDENTITY, Question char(200), Answer char(300), PRIMARY KEY (id)); I'm assuming we're talking about SQL? THat's what I'm referencing. IDENTITY will make the ID field the primary Key and make it increment. J. John Wilker Web

test

2001-06-24 Thread Howie Hamlin
Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. www.CoolFusion.com 631-737-4668 x101 inFusion Mail Server (iMS) - The Intelligent Mail Server ~~ Structure your ColdFusion code with Fusebox. Get the official book at

Re: test

2001-06-24 Thread Michael Dinowitz
Is it working ok for you? DNS and MX all good? We moved it to a new DNS server at the end of the week because the first one was having problems. I've been seeing a LOT of email going out today and something tells me it's all the queued up email (but I could be wrong). Howie Hamlin - inFusion

RE: test

2001-06-24 Thread Angel Stewart
Well so far I haven't gotten a flood of email messages :) So make a check to see if it all didn't go back into the queue again hee hee hee -Gel -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Is it working ok for you? DNS and MX all good? We moved it to a new DNS

test

2001-06-24 Thread Jim McAtee
test ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ Unsubscribe:

CaNameingAdapter and ntConsoleJava.e

2001-06-24 Thread Neil H.
I notice that these programs which are the CF management and something else use a lot of CPU. It will last some amount of time and then stop. Any ideas on why this would be occuring? This oviously is CF 5.0 Thanks, Neil ~~ Structure your

RE: CaNameingAdapter and ntConsoleJava.e

2001-06-24 Thread Dylan Bromby
ntConsoleJava runs the CPU up to 100% and holds indefinitely on one of our development servers. -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 5:49 PM To: CF-Talk Subject: CaNameingAdapter and ntConsoleJava.e I notice that these programs which

Re: CaNameingAdapter and ntConsoleJava.e

2001-06-24 Thread Michael Dinowitz
What webserver? There's a 'feature' in CF 5 that monitors the webserver so that it can be stopped/started/restarted. I'm using website, which is not supported so I got a lot of CPU and a ton of messages in the event log (3 every 10 seconds). I had to turn it off in the registry to stop it. I'm

RE: CaNameingAdapter and ntConsoleJava.e

2001-06-24 Thread Dylan Bromby
IIS5.0 for me. -Original Message- From: Michael Dinowitz [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 24, 2001 7:09 PM To: CF-Talk Subject: Re: CaNameingAdapter and ntConsoleJava.e What webserver? There's a 'feature' in CF 5 that monitors the webserver so that it can be