Re: Witango-Talk: What is really happening?

2002-09-26 Thread Jesse Parker
e hindrance. The database is another matter of course > :-) > > Hope this helps. Cheers... > > > > - Original Message - > From: "Mark Weiss Vancouver" <[EMAIL PROTECTED]> > To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]>

Re: Witango-Talk: What is really happening?

2002-09-25 Thread Garth Penglase
If I remember correctly, the start arg counter was set at 1 and then incremented depending on the number of records that it is set to retrieve. ie if finish arg is set to 50 then the as the action is completed the start arg is incremented to 51 and so on. The code does parse the functions bein

Re: Witango-Talk: What is really happening?

2002-09-25 Thread Scott Cadillac
e :-) Hope this helps. Cheers... - Original Message - From: "Mark Weiss Vancouver" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 11:18 PM Subject: Witango-Talk: What is really happe

Re: Witango-Talk: What is really happening?

2002-09-25 Thread Wayne Irvine
> So is Tango returning the entire string and then doing some kind of parsing > of the result set behind the scenes? I believe so. Using FileMaker this is a real load so what we do is load the entire search into an array then load each segment directly from the array. Much, much quicker. Wayne I

Witango-Talk: What is really happening?

2002-09-25 Thread Mark Weiss Vancouver
Hello All. What is really happening in Tango when you are using a "next 50 Matches" button and the results tab says begin retrieval at <@ARG _start>? I don't see anything in the debug that says that the SQL has changed. So is Tango returning the entire string and then doing some kind of parsing