Josh,

Thank you very much for your reply.

What you are saying makes sense although it is a completely new concept
to me. Just to give you a bit more information with regards to the
system I'm working with:

I'm running Apache 2.0.36 on SPARC Solaris 2.8
I am trying to connect to an ORACLE database and I am using the
Apache_ASP module to run the ASP pages. I also of course have all the
necessary bits and pieces to allow me to connect to the databases
through Perl.

I have enclosed one of the many ASP files that I am transferring and it
looks like it is using VB scripts to connect to the databases. An almost
identical script structure exists in every ASP page.

I would be grateful if you could guide me in the right direction with
this problem I am having.

Once again thank you for your help.

Farshid

-----Original Message-----
From: Josh Chamas [mailto:[EMAIL PROTECTED] 
Sent: 31 March 2003 00:55
To: Farshid Dabesh-Khoy
Cc: [EMAIL PROTECTED]
Subject: Re: ASP db connection

Farshid Dabesh-Khoy wrote:
> Dear all,
> 
>  
> 
> I have transferred a website from IIS/ASP to Apache/apache_asp.
> 
>  
> 
> I can get the ASP pages to run perfectly however I can not get them to

> perform their database connections. The problem I have is that the db 
> connections strings reside in each and every ASP file. I can connect 
> through some test Perl scripts I have created and I don?t want to have

> to go through each ASP page and change the setting manually.
> 
>  
> 
> Is there a way that I could get Apache and apache_asp to behave in a
way 
> that IIS/ASP/ADO behaves? Meaning that I won?t actually have to change

> every ASP page.
> 

To my knowledge there are no pure ADO ports to Perl where you get a
similar
API that works about the same.  To help ease your port, you might write
some wrapper functions in a DBI layer that emulates what the functions
you
call are doing.

> 
> I am relatively new to all this and I apologise if I?m missing any 
> details I need to provide.
> 

If you provide a sample of code that needs ports, I or other could offer
how some equivalent DBI might be used to make things work.

Regards,

Josh

________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Attachment: noa_inst_name.asp
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to