connection [message #77137] |
Thu, 16 September 2004 22:06 |
Mohan.N
Messages: 1 Registered: September 2004
|
Junior Member |
|
|
The connectivity of ASP in ORACLE is possible in PWS[[Windows 98]]. But it is
not possible in IIS[[Windows 2000]]. Give me the solution for this problem.
I am Expecting the solution with eagerly
|
|
|
Re: connection [message #77185 is a reply to message #77137] |
Sat, 30 October 2004 09:16 |
Edward Stoever
Messages: 58 Registered: August 2002
|
Member |
|
|
This can be done.... go into the control panel and look for ODBC (Open DataBase Connectivity) and set up a connection descriptor. If you have Oracle client software on the server (ie. SQLPlus) you will have the option to use the Oracle driver for Microsoft OS, which is better than the Microsoft driver for Oracle DataBases (but it too is available by default).
Once you have the connect descriptor set up, you write your ASP code to work with that connect descriptor.
I have done this many times in many different locations. I have done it on 98/NT/W2k/XP..... they all work.
Edward Stoever -- www.database-expert.com
|
|
|