RE: Witango-Talk: Import CSV

2004-04-14 Thread Chris Smith - Comcast Acct
yes I was speaking of loading into the database. I most often use MySql or Oracle some MS-SQL these have no issues with the increased activity. My Database boxes are bigger than app servers and prefer to place task load there when possible and practical. Was not aware of File Maker limitations. csm

RE: Witango-Talk: Import CSV

2004-04-14 Thread Chris Smith - Comcast Acct
I would load csv into temp table. that way you can loop and use the data from the temp table for inserts into the product table more efficiently you could then empty the temp table after the action is performed. csmith -Original Message- From: Wayne Irvine [mailto:[EMAIL PROTECTED] Sent: T

RE: Witango-Talk: Re: Multiple Uploads at One Time

2004-04-08 Thread Chris Smith - Comcast Acct
I have integrated this several times to do just what you are talking about: Description: This is an event-based progress bar which you can add to existing scripts that require graphical representation. Using 3 pre-exposed methods, you control precisely when it loads and by how much each time: inc

Witango-Talk: anyone running php and witango 5 on same box

2004-03-26 Thread Chris Smith - Comcast Acct
I'm running witango 5 on win 2k server also running the latest php distro I'm having an issue when they are both being asked to perform at the same time. I'm using mantis bug tracking software which is php and mysql when running that alone it works great open a tango file and now the php gets heade

RE: Witango-Talk: Something completely different

2004-03-25 Thread Chris Smith - Comcast Acct
Title: Something completely different I'm currently working on something very similar. We have a national database of zip code information provided by USPS. each table in our db is prefixed with the first three digits of a given zip code.  ex. (190_zip, 191_zip, 192_zip, etc) each table has

RE: Witango-Talk: Why Doesn't this work in tango 5

2004-03-22 Thread Chris Smith - Comcast Acct
get the desired result. Fergal - Original Message ----- From: "Chris Smith - Comcast Acct" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 20, 2004 1:20 PM Subject: RE: Witango-Talk: Why Doesn't this work in tango 5 > no push that I am aware o

RE: Witango-Talk: Why Doesn't this work in tango 5

2004-03-21 Thread Chris Smith - Comcast Acct
seem as though the page does not blend In the taf/tml you link to, have it just return some text (as per the html document) and see if you get the desired result. Fergal - Original Message - From: "Chris Smith - Comcast Acct" <[EMAIL PROTECTED]> To: <[EMAIL PR

RE: Witango-Talk: Why Doesn't this work in tango 5

2004-03-19 Thread Chris Smith - Comcast Acct
ever heard of this blendtrans thing before and tried it out. same file as tml and as html both worked as expected. kind of cool dind't try in an iframe, though. do you have a push on your witango generated page or something? On Mar 19, 2004, at 12:35 AM, Chris Smith - Comcast Acct wrote:

Witango-Talk: Why Doesn't this work in tango 5

2004-03-19 Thread Chris Smith - Comcast Acct
I'm trying to implement this in an i-frame. html page that contains i frame has links to taf files that load in the iframe. on the pages that load in the i frame I put the below code in the head to perform page enter transition. when html is generated by witango server trans does not work. when

RE: Witango-Talk: Array Problem!

2004-02-02 Thread Chris Smith - Comcast Acct
be sure if you are using DBMS that on the results tab the array radio option is highlighted. -Original Message- From: Sean Mulligan (Information Technology) [mailto:[EMAIL PROTECTED] Sent: Monday, February 02, 2004 7:12 AM To: '[EMAIL PROTECTED]' Subject: Witango-Talk: Array Problem! Hi