Get SQL Info

2002-10-08 Thread Ben Densmore
Is there a way to get SQL Info similar to what is displayed in debugging output? Like something similar to being able to grab all session variables or form variables. Such as: cfloop collection=#sql# item=i cfoutput#sql[i]#/cfoutput /cfloop Only whatever the value would be. I can't seem

Re: Get SQL Info

2002-10-08 Thread Randell B Adkins
What exactly are you looking for? Field names in a Query you executed? A listing of tables in a database?? [EMAIL PROTECTED] 10/08/02 02:57PM Is there a way to get SQL Info similar to what is displayed in debugging output? Like something similar to being able to grab all session variables

RE: Get SQL Info

2002-10-08 Thread Rob Rohan
cfdump var=#sql# in 5+ -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:57 AM To: CF-Talk Subject: Get SQL Info Is there a way to get SQL Info similar to what is displayed in debugging output? Like something similar to being able

How wonderful! (Was: RE: Get SQL Info)

2002-10-08 Thread Lee Fuller
See.. It's stuff like this that makes this list so great! Just thought I'd chime in.. :) | -Original Message- | From: Rob Rohan [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, October 08, 2002 1:29 PM | To: CF-Talk | Subject: RE: Get SQL Info | | | cfdump var=#sql# in 5

Re: Get SQL Info

2002-10-08 Thread Matthew Walker
Doesn't work for me. I think Ben wants a dump of all the SQL run on the page, as you get with the debugging output. - Original Message - From: Rob Rohan [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, October 09, 2002 9:29 AM Subject: RE: Get SQL Info cfdump var=#sql

Re: Get SQL Info

2002-10-08 Thread Jon Hall
- From: Ben Densmore [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 08, 2002 11:57 AM To: CF-Talk Subject: Get SQL Info Is there a way to get SQL Info similar to what is displayed in debugging output? Like something similar to being able to grab all session variables or form