Re: Rev cgi on Win 2K server, anyone ?

2007-11-13 Thread Jan Schenkel
--- jbv <[EMAIL PROTECTED]> wrote: > > the version() function returns 2.6.1 > so I put revdb.dll into > C:\cgi-bin\components\global environment\ > and the dbmysql.dll driver in the same folder > cgi-bin as > the Rev cgi exe. > > when using try / catch I get the floowing : > > 219,15,8,r

Re: Rev cgi on Win 2K server, anyone ?

2007-11-10 Thread Mark Wieder
jbv- Saturday, November 10, 2007, 2:45:52 AM, you wrote: > the version() function returns 2.6.1 > so I put revdb.dll into > C:\cgi-bin\components\global environment\ > and the dbmysql.dll driver in the same folder cgi-bin as > the Rev cgi exe. I think the dbmysql.dll library needs to go into

Re: Rev cgi on Win 2K server, anyone ?

2007-11-10 Thread Thierry
Hi, Yu could try this: try catch x set the itemdelimiter to comma get item 1 of line 1 of x get line it of the cErrorsList of cd 1 of stack "revErrorDisplay" answer it end try and for error 219, you have: "Function: error in function handler" Thanks

Re: Rev cgi on Win 2K server, anyone ?

2007-11-10 Thread jbv
Mark, the version() function returns 2.6.1 so I put revdb.dll into C:\cgi-bin\components\global environment\ and the dbmysql.dll driver in the same folder cgi-bin as the Rev cgi exe. when using try / catch I get the floowing : 219,15,8,revOpenDatabase 223,15,1 and line 15 of my sc

Re: Rev cgi on Win 2K server, anyone ?

2007-11-09 Thread Mark Wieder
jbv- Thursday, November 8, 2007, 1:28:54 PM, you wrote: > I did that, but no luck. my scripts keep crashing with revdb commands. > All the rest works fine. Can you go over to the win2k3 server box and use rev with the db library locally? Was rev installed onto the server or just copied into the

Re: Rev cgi on Win 2K server, anyone ?

2007-11-08 Thread jbv
Mark, > > My guess is that you need revdb.dll installed along with the rev engine. > It's a separate file and not part of the engine itself, so if you haven't > put it on the win server the database calls aren't going to work. I did that, but no luck. my scripts keep crashing with revdb command

Re: Rev cgi on Win 2K server, anyone ?

2007-11-07 Thread Mark Wieder
jbv- > actually I have good news : I now have Rev cgi running on my client's > Win 2003 server !!! I pointed the guy in charge of the server to your > earlier post from 18 months ago, and 20 mins later the thing was up and > running > ! > those young guys can be impressive... My guess is that

Re: Rev cgi on Win 2K server, anyone ?

2007-11-07 Thread Stephen Barncard
There's a variable that needs to be set for the 'old style passwords' in MySQL, then it will work. others here have the recipe. but now I have another problem : I just can't connect to mySQL 5.0.22... -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - __

Re: Rev cgi on Win 2K server, anyone ?

2007-11-07 Thread jbv
Mark , Thanks again for kindly answering my post. actually I have good news : I now have Rev cgi running on my client's Win 2003 server !!! I pointed the guy in charge of the server to your earlier post from 18 months ago, and 20 mins later the thing was up and running ! those young guys can b

Re: Rev cgi on Win 2K server, anyone ?

2007-11-07 Thread jbv
Andre, thanks for the offer, but I've also been using rev cgi on Linux since 2001 (MC cgi actually)... but this is the first time on a windows server... JB > Hey JBV, > > I don't do windows, but if you ever get this running, I can try to > help with the cgi part... I been using rev cgi under l

Re: Rev cgi on Win 2K server, anyone ?

2007-11-07 Thread Andre Garzia
Hey JBV, I don't do windows, but if you ever get this running, I can try to help with the cgi part... I been using rev cgi under linux for some time! Cheers andre On 11/5/07, jbv <[EMAIL PROTECTED]> wrote: > Hi list, > > I need to install Rev cgi on a Win 2003 server, with connections > to mySQL

Re: Rev cgi on Win 2K server, anyone ?

2007-11-07 Thread Mark Wieder
JB- > servers. Last but not least, the whole thing must be up and running by > next monday... !!! > what I'm more concerned with, is to find a Rev cgi engine that runs > on a Win2K server. Your above mentioned post to the list featured > a link to a Rev engine for Win... do you know which versio

Re: Rev cgi on Win 2K server, anyone ?

2007-11-07 Thread jbv
Mark, thanks for the reply. > jbv- > > Monday, November 5, 2007, 2:34:28 PM, you wrote: > > > I've found some advices / tutorials in the list archives, but most > > of them are at least 18 months old... > > Hmmm... 18 months sounds like you're looking at my posting of > instructions on how to d

Re: Rev cgi on Win 2K server, anyone ?

2007-11-06 Thread Mark Wieder
jbv- Monday, November 5, 2007, 2:34:28 PM, you wrote: > I've found some advices / tutorials in the list archives, but most > of them are at least 18 months old... Hmmm... 18 months sounds like you're looking at my posting of instructions on how to do this in IIS. I undertook that when I was work

Rev cgi on Win 2K server, anyone ?

2007-11-05 Thread jbv
Hi list, I need to install Rev cgi on a Win 2003 server, with connections to mySQL 5+. I'm doing this because I want to reuse some older scripts and lack the time (and motivation) to rewrite everything in php. I've found some advices / tutorials in the list archives, but most of them are at least