Re: FW: ASP db connection

2003-04-01 Thread William Agasvari
thks for all - Original Message - From: "Josh Chamas" <[EMAIL PROTECTED]> To: "William Agasvari" <[EMAIL PROTECTED]> Cc: "Farshid Dabesh-Khoy" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 9:21 AM Subject

Re: FW: ASP db connection

2003-03-31 Thread Josh Chamas
William Agasvari wrote: A exemple APACHE::ASP code source to : - connection code mysql + single query ( select ) I am taking this from http://chamas.com/bench/ source for my_hellodb.asp test: <% use vars qw($dbh); my($user,$pass) = split(/\//, $Server->Config('mysql_auth')); $dbh ||= DBI->conne

Re: FW: ASP db connection

2003-03-31 Thread William Agasvari
ROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 8:46 AM Subject: Re: FW: ASP db connection > William Agasvari wrote: > > Hello, > > > > 1. What is code compatibility pourcent ASP IIS ( microsoft) vs APACHE::ASP ? > > > > ? If the ASP IIS applica

Re: FW: ASP db connection

2003-03-31 Thread Josh Chamas
William Agasvari wrote: Hello, 1. What is code compatibility pourcent ASP IIS ( microsoft) vs APACHE::ASP ? ? If the ASP IIS application is written in PerlScript, it will be pretty close to 100%, but if its written in VBScript, then not at all. While the object & event models are the same, the s

Re: FW: ASP db connection

2003-03-31 Thread William Agasvari
EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 31, 2003 10:39 PM Subject: Re: FW: ASP db connection > Farshid Dabesh-Khoy wrote: > > Josh, > > > > Thank you very much for your reply. > > > > What you are saying makes sense althoug

Re: FW: ASP db connection

2003-03-31 Thread Josh Chamas
Farshid Dabesh-Khoy wrote: 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 co

Re: FW: ASP db connection

2003-03-30 Thread Sven Köhler
I would be grateful if you could guide me in the right direction with this problem I am having. i still don't see your problem. if it's just the language(vbscript), all i can say is: rewrite all your asp-code using perl and DBI.

FW: ASP db connection

2003-03-30 Thread Farshid Dabesh-Khoy
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 databas