RE: Enterprise Manager (SQL 7.0) For SQL 2000

2000-12-15 Thread Chris Meier

Just a guess, but are you using named pipes to connect? If so, try switching
the client to TCP/IP.

-Original Message-
From: Neil H.
To: CF-Talk
Sent: 12/15/00 12:22 PM
Subject: Re: Enterprise Manager (SQL 7.0) For SQL 2000

The error I receive is:

You must upgrade your SQL Enterprise Manager and SQL-DMO (SQLOLE) to SQL
Server 2000 (SQLDMO) to connect to this server

Please help?!

Neil

- Original Message -
From: "Dylan Bromby" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Friday, December 15, 2000 10:52 AM
Subject: RE: Enterprise Manager (SQL 7.0) For SQL 2000


 Increase the timeout in Enterprise Manager to about 20 seconds.

 -Original Message-
 From: Neil H. [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 15, 2000 7:31 AM
 To: CF-Talk
 Subject: Enterprise Manager (SQL 7.0) For SQL 2000


 Has anyone seen a problem whee the enterprise manager for SQL 7.0 will
not
 connect to SQL Server 2000?  I havea custome rwith this problem and I
Don't
 know what could be the problem.  I know i Have connected to SQL 2000
Servers
 with the SQL 7.0 Manager?  Any ideas or suggestions?

 Thanks,

 Neil

~~
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: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: A replace question

2000-05-10 Thread Chris Meier

Well, as long as they're not Metallica MP3's ...:)

-Original Message-
From: Holger Lockertsen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 10, 2000 12:33 PM
To: [EMAIL PROTECTED]
Subject: RE: A replace question


Remove "..\" this way:

cfif string CONTAINS "..\"
cfset string = Replace(string, "..\", "", "All")
/cfif

Serving MP3's on the web is illegal you know... ;-)


* Holger Lockertsen, Solutions Developer, Horisont Information Systems AS
* Nedre Slottsgate 5, N-0157 OSLO, Noreg/Norway
* 23 31 03 04 / 91 83 20 51
* [EMAIL PROTECTED]   http://www.horisont.no/

NB! Horisont har fått nye nummer, og mitt INTERNNUMMER er: 23 31 03 04
 -Original Message-
 From: Russel Madere [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 10, 2000 5:45 PM
 To: CF Talk Mailing List
 Subject: A replace question


 How can I dynamically convert:

 d:\songs\..\drip\manual.txt

 to:

 d:\drip\manual.txt

 or:

 d:\Songs\Music\K\..\B\Buffett, Jimmy\Song.mp3

 to:

 d:\Songs\Music\B\Buffett, Jimmy\Song.mp3

 ?

 I'm having a complete brain lapse!


 Russel Madere, Jr.
 Web Developer
 TurboSquid

 "Be good and you will be lonesome.
  Be lonesome and you will be free.
  Live a lie and you will live to regret it."
   Jimmy Buffett
   That's What Living Is To Me
 --
 
 Archives: http://www.eGroups.com/list/cf-talk
 To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: How to secure PDF file? -- settle down or go away

2000-05-10 Thread Chris Meier

Raising my hand to agree...:)

-Original Message-
From: Mike Amburn [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 10, 2000 1:47 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: How to secure PDF file? -- settle down or go away


i'd suggest you either settle down or unsubscribe for cf-talk. posts such as
the one below submitted by yourself do nothing to help other developers and
only seek to compensate for a all-to-inflated ego. you could have explained
it a dozen other ways instead...

perhaps i'm falling for a big chunk of flame-bait, but this kind of response
has got to stop or people are going to stop reading...

-mike

 -Original Message-
 From: Reuben King [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, May 10, 2000 11:39 AM
 To: [EMAIL PROTECTED]
 Subject: Re: How to secure PDF file?


 In [EMAIL PROTECTED],
 Christian Labrecque ([EMAIL PROTECTED]) in a fit of unbridled
 passion, wrote:
  Hi,
 
  I have some PDF files inside secure directory(applicatiom.cfm).
 
  Any hint to secure PDF like .cfm file ?
 
  Thanks
 
  Chrsitian

 I feel tempted to flame you, but I won't.  Cold Fusion is only concerned
 with Cold Fusion .cfm files.. NOTHING ELSE.  It doesn't care about
 PDF's, it doesn't care about making text flash in your browser, it
 doesn't care about ANYTHING but parsing .cfm files!


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Updatign a YES/NO record

2000-05-04 Thread Chris Meier

If the ID field is an auto-number field, remove the quotes around #form.id#.
Also, if this is an Access2000 db, you might try using YES and NO instead of
0 and 1...a lot changed in Access2k from 97, this might be one of those
changes.

-Original Message-
From: James Mathieson [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 04, 2000 4:13 PM
To: Cf-Talk Mailing List (E-mail)
Subject: Updatign a YES/NO record


Heya all,

I'm fairly new to all of this (though loving every minute!) and am stuck
with an SQL problem. What I want to have happen is this:

1. When the given entry is approved, the approved entry is written to a
table (seperate from the source table)
2. The entry in the original table is marked as approved.

The database in an Access2000 db, and the field "checked" is a YES/NO
type.

My problem is, when I process the form, the new record is written to the
second table just fine, but the original record is not marked as checked
off, and the test of the page chokes with an error. I know my problem is
in the SQL for the update, but I can't seem to get the expression right!
Here's what I have:

cfquery name="checkedrecord" datasource="timesheets"
update timesheets
set checked='1'
where ID='#form.ID#'
/cfquery

I've tried =1, ="1", ='1', since the "Mastering ColdFusion 4" book states
"When manipulating a Microsoft Access logical (YES/NO) field, use 1 for
YES and 0 for NO." So I *should* be setting it to 1...right?...

Is my problem my update query, or do I need to set a variable to use for
the set command, or what? I'm sure there's an obvious answer right in
front of me, but I'm stumped...

Thanks in advance!
James

===
James Mathieson
[EMAIL PROTECTED]

Kurtis  Associates, P.C.
2000 M Street, N.W., Suite 600
Washington, D.C. 20036
(202) 328-4500 (voice)
(202) 328-1231 (fax)
--


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: What happened to this list?

2000-04-22 Thread Chris Meier

That's just unbelievableYou should definitely send the name to the
Moderator to get him off the list!!  Maybe I'll come up with a new tag for
Amish developers...CF_SHUN! :)


-Original Message-
From: Michael Blair [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 20, 2000 5:10 PM
To: [EMAIL PROTECTED]
Subject: RE: What happened to this list?


What is up with that?  Very lame...

Michael W. Blair

Web Applications Developer
Canyon WebWorks
An Arizona Internet LLC Company
http://www.canyon.net
[EMAIL PROTECTED]
PHONE: (520) 773-9059
FAX:   (520) 773-4945

-Original Message-
From: Marcus [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 20, 2000 12:52 PM
To: [EMAIL PROTECTED]
Subject: Re: What happened to this list?

 I don't want to keep this thread going but I
think that is
 very wrong of
 someone to insult others on this list, were
all here trying
 to learn from
 one another not insult one another.

Try this one...

Recently I posted a question I had to the list
and no one responded. Not a big deal, everyone
has a life. Today the owner of the company I
work at brought me a copy of an email he
recieved from someone on this list... it
basically said that the programmer he had hired
was unable to accomplish a minor task like the
one I mentioned, and he had, out of the goodness
of his heart, searched out the company to offer
his skills should my company wish to 're-think
the current development staff'.

My boss reminded me that I should be careful of
the people I associate with, and left it at
that. Aren't I lucky!

Marcus
Dr. Marcus Kiel
Director of Development
AdTel International

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Application.cfm javascript

2000-04-13 Thread Chris Meier

This is a multi-part message in MIME format.

--=_NextPart_000__01BFA54B.7A48E0F0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Anyone know of any limitations for using javascript within an
appplication.cfm file?  I am trying to open a pop-up window for user
authentication if a condition is false, then close the window once
authenticated.  It seems to SORT OF work, but the pop-up window seems to be
looping on itself...STRANGE!!

Any suggestions greatly appreciated!

--=_NextPart_000__01BFA54B.7A48E0F0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTMLHEAD
META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type
META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR/HEAD
BODY
DIVFONT face=3DArial size=3D2SPAN class=3D366302117-13042000Anyone =
know of any=20
limitations for using javascript within an appplication.cfm file?nbsp; =
I am=20
trying to open a pop-up window for user authentication if a condition is =
false,=20
then close the window once authenticated.nbsp; It seems to SORT OF =
work, but=20
the pop-up window seems to be looping on =
itself...STRANGE!!/SPAN/FONT/DIV
DIVFONT face=3DArial size=3D2SPAN=20
class=3D366302117-13042000/SPAN/FONTnbsp;/DIV
DIVFONT face=3DArial size=3D2SPAN class=3D366302117-13042000Any =
suggestions=20
greatly appreciated!/SPAN/FONT/DIV/BODY/HTML

--=_NextPart_000__01BFA54B.7A48E0F0--

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Hosting lag time

2000-04-13 Thread Chris Meier

The location isnt as important as the available bandwidth.  Would you rather
host on "Joe's Bait Shop and Web Hosting", which is next door but only has a
single t-1, or on a company in another state with multiple OC3's?  now, if
you're talking about colocation of equipment, location is a HUGE factor when
you have to get up at 3 AM to go reboot a server.

-Original Message-
From: LetchfordDesign [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 1:19 PM
To: [EMAIL PROTECTED]
Subject: Hosting lag time


This probably is too basic a question to be asking such a high powered
group,  but here it goes anyway.

I am going to be moving a few web sites from a hosting company that is in
close proximity to my location and the location of the businesses that have
the web sites.

In my search for a new host (which will provide ColdFusion, naturally),  how
significant is the factor of where the servers are physically located?   The
businesses are all locally oriented and most of the site traffic is created
by clients in the local area (east coast in this example).   Is there any
advantage to having the hosting company close by or could a company on the
west coast provide service with little evidence of additional load time for
the sites?

In advance,  thanks for your thoughts!

Gary Letchford
Letchford Design
http://www.letchforddesign.com






--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.