cold fusion and asp

2001-07-03 Thread Chris Alvarado

so,

i have this application that is built partly in Cold Fusion and partly in 
ASP. Since there is session based security it is necessary to create a 
session on both the ASP side and the Cold Fusion side.

Has anyone found a good way of sharing data back and forth between Cold 
Fusion sessions and ASP sessions?

currently i am working on building some wddx modules to handle the 
interaction but i was wondering if there is any way to directly interface 
with an ASP session from Cold Fusion?

thanks any help,

-chris.alvarado


~~
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: Cold Fusion and ASP

2000-11-30 Thread Clint Tredway

There is no problem. ASP and CF do not interfere with each other.

-Original Message-
From: netman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 6:18 PM
To: CF-Talk
Subject: Cold Fusion and ASP


Good Evening,

Does anyone know if there is a problem with using ASP to connect to an
access database when Cold Fusion is installed on the box.

Thanks,
Robert

~~
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
~~
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: Cold Fusion and ASP

2000-11-30 Thread Gregory Harris

To elaborate just a tad, if you are having any problems with the app, check
the database itself, access has a slew of problems within itself.  Typically
not recommended for big jobs.  However anything can read an Access database
and get equal status amongst the MS Access engine.


Gregory Harris
Web Developer
Stirling Bridge Group LLC

- Original Message -
From: "Clint Tredway" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Thursday, November 30, 2000 6:38 AM
Subject: RE: Cold Fusion and ASP


 There is no problem. ASP and CF do not interfere with each other.

 -Original Message-
 From: netman [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 29, 2000 6:18 PM
 To: CF-Talk
 Subject: Cold Fusion and ASP


 Good Evening,

 Does anyone know if there is a problem with using ASP to connect to an
 access database when Cold Fusion is installed on the box.

 Thanks,
 Robert

 ~~
 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
 ~~
 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



~~
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



Cold Fusion and ASP

2000-11-29 Thread netman

Good Evening,

Does anyone know if there is a problem with using ASP to connect to an
access database when Cold Fusion is installed on the box.

Thanks,
Robert

~~
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: Cold Fusion and ASP

2000-11-29 Thread James McCullough

Check to make sure that "Maintain database connection" box is unchecked for
that datasource. It puts a lock on the database while CF is running if you
do.

To make sure look in the directory of the database and see if the ".ldb"
lock is active(present). If so CF might have the db locked.

-Original Message-
From: netman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 4:18 PM
To: CF-Talk
Subject: Cold Fusion and ASP


Good Evening,

Does anyone know if there is a problem with using ASP to connect to an
access database when Cold Fusion is installed on the box.

Thanks,
Robert

~~
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

~~
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: Cold Fusion and ASP

2000-11-29 Thread netman

Thanks,

But I am having trouble with people connecting to an access database with
ASP when cold fusion is on the box.  Is this a known problem, and does it
have a fix.

Thanks,
Robert


- Original Message -
From: "James McCullough" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 29, 2000 10:11 PM
Subject: RE: Cold Fusion and ASP


 Check to make sure that "Maintain database connection" box is unchecked
for
 that datasource. It puts a lock on the database while CF is running if you
 do.

 To make sure look in the directory of the database and see if the ".ldb"
 lock is active(present). If so CF might have the db locked.

 -Original Message-
 From: netman [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 29, 2000 4:18 PM
 To: CF-Talk
 Subject: Cold Fusion and ASP


 Good Evening,

 Does anyone know if there is a problem with using ASP to connect to an
 access database when Cold Fusion is installed on the box.

 Thanks,
 Robert

 ~~
 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

 ~~
 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

~~
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: Cold Fusion and ASP

2000-11-29 Thread Rick Lamb

I would suggest using oledb instead of odbc in this case. I think there are
some issues with how cf set's up it odbc connections when done through cf
admin. If you need to use odbc for your asp apps try setting up your odbc
through the system and not use cfadmin to set them up. I have ran into
problems using odbc datasource set up this way with cold fusion so only use
this method if it's just for your asp connections.

Rick

-Original Message-
From: netman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 29, 2000 9:22 PM
To: CF-Talk
Subject: Re: Cold Fusion and ASP


Thanks,

But I am having trouble with people connecting to an access database with
ASP when cold fusion is on the box.  Is this a known problem, and does it
have a fix.

Thanks,
Robert


- Original Message -
From: "James McCullough" [EMAIL PROTECTED]
To: "CF-Talk" [EMAIL PROTECTED]
Sent: Wednesday, November 29, 2000 10:11 PM
Subject: RE: Cold Fusion and ASP


 Check to make sure that "Maintain database connection" box is unchecked
for
 that datasource. It puts a lock on the database while CF is running if you
 do.

 To make sure look in the directory of the database and see if the ".ldb"
 lock is active(present). If so CF might have the db locked.

 -Original Message-
 From: netman [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, November 29, 2000 4:18 PM
 To: CF-Talk
 Subject: Cold Fusion and ASP


 Good Evening,

 Does anyone know if there is a problem with using ASP to connect to an
 access database when Cold Fusion is installed on the box.

 Thanks,
 Robert

 ~~
 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

 ~~
 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

~~
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

~~
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



Cold Fusion And ASP

2000-10-06 Thread Double Down

I need a way to pull info from ASP display it on my Cold Fusion page and
then send info back from the Cold Fusion page through ASP.  Is this possible
and if so can anyone tell me where to go to see some examples.


TIA
DDINC


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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: Cold Fusion And ASP

2000-10-06 Thread Warrick, Mark

I believe you can do this with CFHTTP.

--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


 -Original Message-
 From: Double Down [mailto:[EMAIL PROTECTED]]
 Sent: Friday, October 06, 2000 1:17 PM
 To: CF-Talk
 Subject: Cold Fusion And ASP
 
 
 I need a way to pull info from ASP display it on my Cold Fusion page and
 then send info back from the Cold Fusion page through ASP.  Is 
 this possible
 and if so can anyone tell me where to go to see some examples.
 
 
 TIA
 DDINC
 
 
 --
 
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 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.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRstsbodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Cold Fusion And ASP

2000-10-06 Thread Billy Cravens

You can execute an ASP page and then display it on a CF page using
CFHTTP.  

cfhttp url="myPage.asp?someurlvar=1someurlvar2=2" method="GET"
resolveurl="false"
cfoutput#cfhttp.filecontent#/cfoutput

If the ASP page is expecting form variables:

cfhttp url="myPage.asp" method="GET" resolveurl="false"
cfhttpparam type="FORMFIELD" name="myvar1" value="myvalue1"
cfhttpparam type="FORMFIELD" name="myvar2" value="myvalue2"
/cfhttp
cfoutput#cfhttp.filecontent#/cfoutput

Keep in mind that this is a separate http call, which will pause
processing until that http grab is complete.  Additionally, it's pretty
much all or none.. if you're needing specific pieces of the asp output,
you'll have to parse through cfhttp.filecontent.  Also keep in mind that
ASP/ColdFusion variables are separate.  Thus, you'll have to pass
variables between each using "old school" state management methods: url,
form, (and to some extent, cookie) variables.

-- 
Billy Cravens
[EMAIL PROTECTED]


Double Down wrote:
 
 I need a way to pull info from ASP display it on my Cold Fusion page and
 then send info back from the Cold Fusion page through ASP.  Is this possible
 and if so can anyone tell me where to go to see some examples.
 
 TIA
 DDINC
 
 --
 Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
 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.mail-archive.com/cf-talk@houseoffusion.com/
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.