RE: testing for undefined

2005-06-22 Thread Jim Davis
> -Original Message- > From: daniel kessler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 22, 2005 12:48 PM > To: CF-Talk > Subject: RE: testing for undefined > > >You can display everything as you want using just the query - why waste > the > >time

RE: testing for undefined

2005-06-22 Thread daniel kessler
>You can display everything as you want using just the query - why waste the >time to convert the query to something else to do this? I'm trying to make it reusable so that I can include it wherever I need it. If I use the same name everywhere, db_info and then use that in all my queries, then

RE: testing for undefined

2005-06-22 Thread Chase Seibert
Is there any way to set a header item in an outgoing CFHTTP request? I'm working with an API that needs a custom header item inserted in a GET request. I'm thinking something like: http://server1/xmlnotify.asp"; method="GET"> HTTP_AUTHORIZATION: Digest userName="cseibert" nonce="a1faa6e2b8a217

RE: testing for undefined

2005-06-22 Thread Jim Davis
> -Original Message- > From: daniel kessler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 22, 2005 11:24 AM > To: CF-Talk > Subject: RE: testing for undefined > > That's ok. This is just going to loop through the recordset and display > the data so I

RE: testing for undefined

2005-06-22 Thread daniel kessler
>Well - first off you don't need the evaluates in there - you can use normal >notation. I'll try that, thanks. I try to not use it when I can('t). >Something like this. > this should've been: for it's use below. > > > > > > >Once that's set I'm confused... you're looping over a

RE: testing for undefined

2005-06-22 Thread Jim Davis
> -Original Message- > From: Daniel Kessler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 22, 2005 9:47 AM > To: CF-Talk > Subject: testing for undefined > > I'm returning data back from a database and want to populate > variables the same way as columns are named. I have this working