IIS - Interdev - Oracle

From: <ccyr6798_at_my-deja.com>
Date: 2000/02/16
Message-ID: <88f8iu$vkh$1_at_nnrp1.deja.com>#1/1


Hi all;

I've just been handed a CD with a bunch of MS interdev code on it. I dropped this dir tree onto my Internet Info Server machine and doctored up the global.asp file (below) to connect to my oracle 8 db. I installed oracle client and got the correct tnsnames entries. But my app doesn't want to connect. I'm very new to interdev/IIS/web stuff in general.

Any info anybody's got to give me a jump start would be great. I'm sure I'm missing a huge, obvious piece (maybe I need to define "Oracle" as a valid Application("Database") in the global.asp below)?

thanks
Cary

login.asp code snipet...

	Set DictDBsp = CreateObject("Scripting.Dictionary")
	DictDBsp.Add "SPNAME", "my_package.Login"
	DictDBsp.Add "in_login_at_str", LoginName
	DictDBsp.Add "in_password_at_str", LoginPassword
	Set rs = DBrs(DictDBsp)


global.asp code snipet
	Application("DATABASE") = "Oracle"
	Application("ORAHOST") = "UNIXPROD"
	Application("ORAUSER") = "ims"

:
:

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Feb 16 2000 - 00:00:00 CET

Original text of this message