Ask a Question related to Coldfusion Database Access, Design and Development.
-
alagukannan #1
How to retreive a Query string..?
Hi,
I want to retreive all the queries that were executed in the Page.
I don't want to enable debugging in server..and don't want to store query in a
variable.No use of log files also.
So is there a way to get the query string..Something like getting debug
information ...
Thx
AL
alagukannan Guest
-
Retreive connection wizard URL
Ok this is a tough one. I work for Corporate Technologies and I have a client who is in a heck of a situation. Inside Macromedia Contributes... -
query string
hi there, i'm working on a very simple flash data integration project, i have been trying to send a query string without opening/reloading a... -
Maintain query string and somehow auto refresh a pagewith that string intact
I have a drill down where on page one the user selects criteria to narrow down the search for a speicific group of employees(like all hired between... -
Retreive Data from WS
My web service retreives data from a NorthWind database. THIS works with Windows form but the same code wont work in ASP.NET project. WHY? My... -
Using NOT LIKE in Query String????
OK, I know how to use to pull up all records that contains the keyword, but what about not containing the keyword? I've tried NOT LIKE but i get ... -
Kronin555 #2
Re: How to retreive a Query string..?
Nope, you pretty much said you didn't want to use any of the methods that can possibly do this for you.
Kronin555 Guest
-
mxstu #3
Re: How to retreive a Query string..?
I don't know if this works when debugging disabled, but if you are using MX 7,
you could try using the "results" attribute of cfquery and then accessing the
#result_name.sql# value. See
[url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00000316.htm[/url] for more
details.
mxstu Guest
-
Kronin555 #4
Re: How to retreive a Query string..?
mxstu, I didn't know about result.sql, that's pretty neat. Too bad I'm not on MX7... Maybe alagukannan is...
Kronin555 Guest
-
mxstu #5
Re: How to retreive a Query string..?
Yes it does look cool. I haven't used it yet ... and I'm not on MX7 at the moment, but I saw the feature and was practically salivating ;-)
mxstu Guest
-
alagukannan #6
Re: How to retreive a Query string..?
Thats Kool,But I don't have a Mx7.
I need the query to generate a csv file.I Can export to excel using IE,but I
have implemented paging..So can't export all the values
There are too many queries and too many files..so i can't go and change
manually.I had planned to do with a custom tag or application.cfm.But i have to
catch the query..anyway ?
Is there any other i can approach this problem..?
thx
AL
alagukannan Guest
-
mxstu #7
Re: How to retreive a Query string..?
Nevermind. I see Kronin555 just suggested the JDBC route I was thinking of ;-)
mxstu Guest



Reply With Quote

