NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on May 24, 2009, 11:59:27 PM

Title: Keep Connection Alive
Post by: kevin plummer on May 24, 2009, 11:59:27 PM
Hi All,

I have a potentially long process in ValidateRecord on a memory form. Is there something I can add to my loop to keep the connection alive?

      Access:Tagged.UseFile()
      TAGGED{Prop:SQL} = 'Select * From TAGGED Where TAG_SessionID = ' & p_web.SessionID
      Loop
        Next(TAGGED)
        If Errorcode()
          Break
        End
        T# = 1
        EMP:TRAN = TAG:RecordID
      TransferStdPays(Emp:Tran,p_web.GSV('BAT:BATC'),p_web.GSV('L:TrfWeekEndingDate'),L:DaysWorked) 
      End
Title: Re: Keep Connection Alive
Post by: Bruce on May 25, 2009, 05:38:22 AM
see
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=935.0

cheers
Bruce