Re: (RADIATOR) SQL access from within a hook

2000-06-01 Thread Hugh Irvine
Hello all - On Fri, 02 Jun 2000, Edgar R Gutierrez wrote: > Hi Mike.. > > The following is a section of a postauthhook that we are currently using. > This hook creates its own handle to connect to a database...I am not really > sure what database are you using but this works for MySQL. Well, yo

Re: (RADIATOR) SQL access from within a hook

2000-06-01 Thread Mike McCauley
k Services Manager Impact Information Systems - Original Message - From: Hugh Irvine <[EMAIL PROTECTED]> To: Mike Nerone <[EMAIL PROTECTED]>; Radiator List <[EMAIL PROTECTED]> Sent: Friday, June 02, 2000 8:24 AM Subject: Re: (RADIATOR) SQL access from within a hook > >

Re: (RADIATOR) SQL access from within a hook

2000-06-01 Thread Hugh Irvine
Hello Mike - On Thu, 01 Jun 2000, Mike Nerone wrote: > > Hugh, > > In answer to another person's question, you mentioned doing SQL accesses from within a PostAuthHook. Can I use the database handle that my AuthBy clause already has open, or do I have to manage my own handle? Either way, can y

(RADIATOR) SQL access from within a hook

2000-05-31 Thread Mike Nerone
Hugh,   In answer to another person's question, you mentioned doing SQL accesses from within a PostAuthHook. Can I use the database handle that my AuthBy clause already has open, or do I have to manage my own handle? Either way, can you give me a line or two of code that shows an example of