jeromeg
|
| Posted: 07/20/2004, 7:31 PM |
|
To all, I running a computer with windows xp home edition as my OS. I also have Oracle 8I as my database.
The computer is not part of a network. I want to use ASP as my front-end and Oracle as my back-end.
My WebServer is appache (Database, WebServer are all on the same machine that I am running everything on which is my laptop).
I am not sure of the following options in the Oracle8 ODBC driver setup screen:
What is the Data Source Name?
Data Source
What is the Service Name?
What is the UserID?
DataBase Name = jerome
SID = jdg
Connect String = xtextron
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 07/20/2004, 8:56 PM |
|
I don't think that Apache can run ASP scripts, so this setup probably cannot work.
The ODBC questions you're asking are not CCS-specific so I would just point you to the answers on the Internet: http://support.microsoft.com/default.aspx?scid=kb;en-us;305599&sd=tech http://www.google.com/search?q=%22data+source+name%22+oracle http://www.google.com/search?q=%22data+source+name%22+oracle+odbc
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Benjamin Krajmalnik
|
| Posted: 07/20/2004, 9:33 PM |
|
Jerome,
AFAIK Apache does not run ASP. There used to be an ASP module from
ChiliSoft, but I do not know if it supports the latest rendition of ASP and
I do not believe it was free.
If you are going to be deploying under Apache, I recommend you use PHP (with
Turck-MMCache which will make it fly!).
|
|
|
 |
|