Re: [techtalk] Java

2001-05-17 Thread WolfRyder
There is an NT version of Apache as well as MySQL and PHP. If your people are absolutely married to MS you might look into installing and playing with those. The SQL you have should port to MySQL (I read the man pages recently and think that was one). If nothing else, you will learn how to se

Re: [techtalk] Java

2001-05-17 Thread jenn
Scott wrote: > I am thinking of doing some of the work in Java. Since my experience > with Java is limited, > has anyone else used Java heavily for web based applications? Not 'heavily' yet, just for one project and that a standalone. But it's winning me over. Jenn V. -- "Do you ever

Re: [techtalk] Java

2001-05-17 Thread Julie Meloni
> On Thu, 17 May 2001, Scott wrote: > > |Now, my question would be, I know I can run select statements on the data, > |the problem > |is the sql guys here write a ton of stored procedures and I need to call > |them instead to > |get my info. The asp code is very ugly. Has anyone run into this

Re: [techtalk] Java

2001-05-17 Thread Tricia Bowen
Why not install pyapache as a DSO in your apache server, and use a python script to run your stored procs. -Tricia On Thu, 17 May 2001, Scott wrote: |Now, my question would be, I know I can run select statements on the data, |the problem |is the sql guys here write a ton of stored procedures a

Re: [techtalk] Java

2001-05-17 Thread Scott
Now, my question would be, I know I can run select statements on the data, the problem is the sql guys here write a ton of stored procedures and I need to call them instead to get my info. The asp code is very ugly. Has anyone run into this with PHP? I can send asp examples if that helps.

Re: [techtalk] Java

2001-05-17 Thread Julie Meloni
Scott wrote: > At 02:40 PM 5/17/2001 +0100, James Sutherland wrote: > >> Have you tried running Apache+PHP on a Win2k box? Is the constraint that >> you must be using Win2k, or that you must be "all-MS"?? If the former, >> running Apache+PHP on Win2k would be a nice non-proprietary solution. >

Re: [techtalk] Java

2001-05-17 Thread Scott
At 02:40 PM 5/17/2001 +0100, James Sutherland wrote: >Have you tried running Apache+PHP on a Win2k box? Is the constraint that >you must be using Win2k, or that you must be "all-MS"?? If the former, >running Apache+PHP on Win2k would be a nice non-proprietary solution. I have run the cgi version

Re: [techtalk] Java

2001-05-17 Thread Kristin M. Fitzsimmons
On Thu, 17 May 2001 14:40:54 +0100 (BST) James Sutherland <[EMAIL PROTECTED]> wrote: > Have you tried running Apache+PHP on a Win2k box? Is the > constraint that you must be using Win2k, or that you > must be "all-MS"?? If the former, running Apache+PHP on > Win2k would be a nice non-propriet

Re: [techtalk] Java

2001-05-17 Thread James Sutherland
On Thu, 17 May 2001, Scott wrote: > I work for an MS all the time shop. Win 2K Server, SQL 2000 Server, > etc. Our clients all have MS set-up at their site. I am doing a web > based application in all asp and just got "caught" using PHP. I was > redirecting traffic to a Linux server I have ru

[techtalk] Java

2001-05-17 Thread Scott
I work for an MS all the time shop. Win 2K Server, SQL 2000 Server, etc. Our clients all have MS set-up at their site. I am doing a web based application in all asp and just got "caught" using PHP. I was redirecting traffic to a Linux server I have running Apache and PHP and would do some p