Mix ASP With ColdFusion

i have a database that is using an ODBC connection thru coldfushion to display information from a access database. I also have an admin page on the site where you can edit, delete and update entries in the database, the admin page uses ASP and is a DSN connection.

When i go to edit entries in the database using ASP the coldfushion pages don't display any of the alterations. Is there any way i can the two talking to one another? This is the code i'm using in my ASP pages.

Set conn = server.createobject("adodb.connection")
DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; "
DSNtemp=dsntemp & "DBQ=" & server.mappath("clothes.mdb")
conn.Open DSNtemp

View Replies


ADVERTISEMENT

Convert From ColdFusion To ASP

Previously I was a ColdFusion expert, but now, d new company that I work with want me to use ASP instead of CFML. And I have no idea how d ASP coded, can u guys help me in this matter? such as what is d main different between ASP vs CFML in coding. Is it very hard to convert from CFML to ASP?

View Replies View Related

Coldfusion Database

I have a coldfusion database (cfm ) how can I display this in a ASP or html page.

View Replies View Related

Turning Coldfusion To ASP Using VBScript

I am trying to turn a page I have in coldfusion into ASP using VBscript. There are some functions in coldfusion that I can't find comparable functions in vbscript. Code:

View Replies View Related

Passing Variables From ColdFusion To ASP

Is there a way to pass a session variable from ColdFusion to ASP? I need to
pass one from the login page in ColdFusion to ASP pages so that I could
restrict access to the pages without login.

View Replies View Related

Calling A Coldfusion Template

On the server i am using a asp script to loop thru an xml file that contains a number of email addresses. When i pick up a email address i would like to call a cfm template that sends the email. I have tried the below:

Server.Execute("sendemail.cfm?Email=john");

but it gives me a ASP 0231 error. i suspect that i can only call another asp script. Interestingly i only get an error when i use the string parameter any thoughts? i would like to use CF as the mail delivery vehicle.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved