Re: Witango-Talk: example of web form to array?

2003-08-18 Thread witango man
Put the following in the page to which the form is submitted - it just loops through the all the post args (presumably the rows in your form) and puts the name of the arg into one column and it's value into another _start <@ASSIGN local$mypostargs VALUE="<@POSTARGNAMES>"> <@assign local$tempa

Witango-Talk: example of web form to array?

2003-08-18 Thread Roland Dumas
Is there an example of a web form with many rows being converted to an array? I've got a bit of a brain freeze. that is: searching a product db to create an foundset list that is presented in a storefront order form. when the form is submitted, it gets turned into an array. thanks for any help

Re: Witango-Talk: Dual Processor G4 always crashes?

2003-08-18 Thread Roland Dumas
On Monday, August 18, 2003, at 09:22 PM, Christian Platt wrote: We are running xserve dual, tons of ram, apache, witango now for a while (since 5 came out). Ist rock stable, I do not use studio on produktion, but there is still an installation on it. We do not use WebStar, but apache (I use web

Re: Witango-Talk: Dual Processor G4 always crashes?

2003-08-18 Thread Christian Platt
We are running xserve dual, tons of ram, apache, witango now for a while (since 5 came out). Ist rock stable, I do not use studio on produktion, but there is still an installation on it. We do not use WebStar, but apache (I use webstar with os 9 version). Two questions: € RAM - you really nee

Witango-Talk: Only 5 weeks till Corroboree 2003 - Witango Dev Conference

2003-08-18 Thread Phil Wade
Title: Only 5 weeks till Corroboree 2003 - Witango Dev Conference Just a few reminders: * the group booking rate on hotel rooms at the Hilton, which have been available to conference attendees, cease at the end of this week, so book your room now. * conference registrations close in just over 3

Re: Witango-Talk: Server Errors with MySQL

2003-08-18 Thread Phil Wade
Eric, > I have Witango 5.01.062 on a Windows 2000 machine running IIS and MySQL > (and the latest MySQL ODBC drivers). > > Whenever I run a tango script that hits the database (I've only tested > Search actions so far), the first ever action runs fine. Every > subsequent Search action fails with

Re: Witango-Talk: Dual Processor G4 always crashes?

2003-08-18 Thread Robert Garcia
What does your witangoevents.log say right before it crashes? Robert. On Monday, August 18, 2003, at 01:37 PM, Andrew wrote: Hello, Is anyone else out there running a dual processor G4 with WiTango App Server 5.0.1.062? Mine crashes (kernel panic) within 3 days every time. Brand new mach

Re: Witango-Talk: Apache2

2003-08-18 Thread Jon van der Raadt
The permissions are fine... it looks to me like the wapache2.so module is trying to load a file that does not exist. Does anyone have this working on Mac OSX? On Monday, August 18, 2003, at 04:46 PM, Bill Conlon wrote: this is line 1102 of your apache error_log. Examine httpd.conf to see w

RE: Witango-Talk: Array Manipulation Puzzle

2003-08-18 Thread Troy Sosamon
Do a direct dbms command using a select and a group by something like this: select name, (sum((ifeq(month, 'jan', count, 0 as Jan, (sum((ifeq(month, 'Feb', count, 0 as Feb, .. from mytable group by Name Troy -Original Message- From: Dave Machin [mailto:[EMAIL PROTECTED] Sen

Re: Witango-Talk: Array Manipulation Puzzle

2003-08-18 Thread Bill Conlon
self join >I have many queries that return results like this: > >NameMonthCount >FredJan50 >WilmaJan32 >BarneyJan33 >BettyJan30 >FredFeb60 >WilmaFeb42 >BarneyFeb43 >BettyFeb40 >FredMar40 >WilmaMar22 >Barney

Witango-Talk: Array Manipulation Puzzle

2003-08-18 Thread Dave Machin
I have many queries that return results like this: NameMonthCount FredJan50 WilmaJan32 BarneyJan33 BettyJan30 FredFeb60 WilmaFeb42 BarneyFeb43 BettyFeb40 FredMar40 WilmaMar22 BarneyMar23 BettyMar

Re: Witango-Talk: Apache2

2003-08-18 Thread Bill Conlon
this is line 1102 of your apache error_log. Examine httpd.conf to see what line is causing the error, presumably it is wapache2.so Verify the module is where you told httpd.conf it would be. Then, check the permissions. Can the apache2 user execute wapache2.so? wapache2.so should have the s

Witango-Talk: Apache2

2003-08-18 Thread Jon van der Raadt
here is the message I am getting trying to get Witango to work with Apache2... I looked and the file does not exist. TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf error.pdf Description: Adobe PDF document

RE: Witango-Talk: Server Errors

2003-08-18 Thread Scott Cadillac
Hi Eric, I don't use MySQL myself, but I would check out the Witango documentation on the "dataSourceLife" configuration variable. Maybe Witango or the MySQL driver is having trouble interpreting when a previous Datasource connection has properly expired, or if it's still open and available. Set

Re: Witango-Talk: Server Errors

2003-08-18 Thread Bill Conlon
1. turn witango logging on and inspect witango.log. 2. inspect witangoevents.log 3. you can run witango appfiles without problems until you hit the db. Restart mysql with logging enabled and see what it says. Verify that the ODBC definition uses by the app server has the correct permissions

Re: Witango-Talk: Server Errors

2003-08-18 Thread Eric Pridham
It seems to definitely be an issue with Witango and MySQL. Tango scripts that do not hit a datasource run without problems. I do not have any logging on MySQL that I can tell. However, I did notice something that may shed some light on the issue. I have phpMyAdmin installed, and it shows

Witango-Talk: Dual Processor G4 always crashes?

2003-08-18 Thread Andrew
Hello, Is anyone else out there running a dual processor G4 with WiTango App Server 5.0.1.062? Mine crashes (kernel panic) within 3 days every time. Brand new machine, fresh OS install with nothing else on it but the latest WebStar and the latest WiTango Dev Studio. (which I don't use at all

RE: Witango-Talk: Literal question

2003-08-18 Thread Fogelson, Steve
Perfect. Thanks guys. Steve -Original Message- From: Eric Pridham [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 2:08 PM To: [EMAIL PROTECTED] Subject: Re: Witango-Talk: Literal question There is a tag <@SQ> (for Single Quote). - Eric On Monday, August 18, 2003, at 03:02 PM,

Re: Witango-Talk: Literal question

2003-08-18 Thread Eric Pridham
There is a tag <@SQ> (for Single Quote). - Eric On Monday, August 18, 2003, at 03:02 PM, Fogelson, Steve wrote: I know this probably simple. But I must be brain dead from the weekend. I have the following statement: <@assign local$header "Todays Orders"> I want to add an apostrophy in today's,

RE: Witango-Talk: Literal question

2003-08-18 Thread Wolf, Gene
Does <@SQ> work? -Original Message- From: Fogelson, Steve [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 3:03 PM To: Witango User Group (E-mail) Subject: Witango-Talk: Literal question I know this probably simple. But I must be brain dead from the weekend. I have the followi

Witango-Talk: Literal question

2003-08-18 Thread Fogelson, Steve
I know this probably simple. But I must be brain dead from the weekend. I have the following statement: <@assign local$header "Todays Orders"> I want to add an apostrophy in today's, but it errs out. <@literal> doesn't seem to work. Should I use <@CHAR CODE=39> or is there a better way to do thi

Re: Witango-Talk: Server Errors

2003-08-18 Thread Bill Conlon
Is the problem between witango and IIS or witango and mySQL? Try to confirm that you can run any number of taf files that don't hit the db. Do you have logging on in mysql? Maybe that will show the source of the problem. What about a taf (DirectDBMS action) that doesn't hit tables, but just

Witango-Talk: Server Errors

2003-08-18 Thread Eric Pridham
Hello All, I'm new to the list, so excuse me if my question is a repeat (although a quick search of the archives turned up nothing about my issue). I have Witango 5.01.062 on a Windows 2000 machine running IIS and MySQL (and the latest MySQL ODBC drivers). Whenever I run a tango script that hi