Re: Newbie: ADO & Python in ASP

2001-06-04 Thread Arthur Lee
At 01:57 PM 04/06/2001 -0700, Griffiths, Jeff wrote: But! I have yet to figure out how to loops through the RS to print out a whole table. trying this: i = 0 for i < range(MyRS):     Response.Write(MyRS(0), MyRS(1))     MyRS.MoveNext     i = i + 1 Try this instead.  (Note: MoveNe

Newbie: ADO & Python in ASP

2001-06-04 Thread Griffiths, Jeff
Title: Newbie: ADO & Python in ASP Hi Am just starting to explore Python as an ASP scripting language. I use ADO to connect to Oracle, and am frankly little baffled with what I'm to do with the Recordset when I get it back. This works fine: connectionStr = "Provider=MSDAORA.

Re: Missing radio buttons in AS Python 2.1

2001-06-04 Thread Bob Kline
On Mon, 4 Jun 2001, Dan Milgram wrote: > > 1. Is this a known bug? > Yes - there's a bug in the tcl/tk version that was built with build 210 > > > 2. When will a corrected version be available? > > > A new version which corrects this should be out this coming Friday. Excellent, thanks! -- Bob

Re: Programming ASP with ActivePython [also a general Web question]

2001-06-04 Thread Paul Prescod
Wartan Hachaturow wrote: > > Hello. > > I've got one trouble with ASPs on Python -- they doesn't work ;) > In fact, I did run pyscript.py, and it said that it has successfully > registered python as a scripting engine. > When I try to execute server-side scripts, they fail (saying 500 Server > E

Re: Missing radio buttons in AS Python 2.1

2001-06-04 Thread Dan Milgram
> 1. Is this a known bug? Yes - there's a bug in the tcl/tk version that was built with build 210 > 2. When will a corrected version be available? > A new version which corrects this should be out this coming Friday. Regards, Dan -- Dan Milgram/ActiveState Developer New! ASPN - ActiveState Pro