RE: one more try re: oracle stored proc and session mgmt

2000-08-14 Thread Matt Rodosky
1. Call the stored procedure (pass the sessionid and valid hours to the sp): 2. Put the call: in your application.cfm 3. Loginaction: add the logged-in userid to the correct record in the database, create variables for sessionid

RE: one more try re: oracle stored proc and session mgmt

2000-08-15 Thread Terri Stocke
Matt and Joe-- Thanks so much for your response. I really appreciate it! Terri Original Message Follows From: "Matt Rodosky" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: one more try re: oracle stored proc and session

RE: RE: one more try re: oracle stored proc and session mgmt

2000-08-14 Thread joeug
maybe you could also use a call statement.. Call FunctionName(Param1, param2); --- Original Message --- "Matt Rodosky" <[EMAIL PROTECTED]> Wrote on Mon, 14 Aug 2000 07:42:25 -0600 -- 1. Call the stored procedure (pass the sessionid and valid hours to the sp):

RE: RE: one more try re: oracle stored proc and session mgmt

2000-08-14 Thread joeug
maybe you could also use a call statement.. Call FunctionName(Param1, param2); --- Original Message --- "Matt Rodosky" <[EMAIL PROTECTED]> Wrote on Mon, 14 Aug 2000 07:42:25 -0600 -- 1. Call the stored procedure (pass the sessionid and valid hours to the sp):

RE: RE: one more try re: oracle stored proc and session mgmt

2000-08-14 Thread joeug
maybe you could also use a call statement.. Call FunctionName(Param1, param2); --- Original Message --- "Matt Rodosky" <[EMAIL PROTECTED]> Wrote on Mon, 14 Aug 2000 07:42:25 -0600 -- 1. Call the stored procedure (pass the sessionid and valid hours to the sp):