Shilohcity
Technical User
Hello
I was just wondering if anybody knew if it was possible to redefine grouping, ordering etc for stored procedures i.e.
Dim sql
sql = "storedquery"
sql = "sql ORDER BY date"
sql = "sql GROUP BY colour"
objRS.CreateObject(ADODB.Recordset)
objRS.Open sql, objConn
etc....
I have the stored queries working fine but need to display it in various orders based upon user input. I guess I could just make a number of stored procedures but thought this way would be kinda neat.
well as always all help is appreciated.
Justin.X-)
"Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at
I was just wondering if anybody knew if it was possible to redefine grouping, ordering etc for stored procedures i.e.
Dim sql
sql = "storedquery"
sql = "sql ORDER BY date"
sql = "sql GROUP BY colour"
objRS.CreateObject(ADODB.Recordset)
objRS.Open sql, objConn
etc....
I have the stored queries working fine but need to display it in various orders based upon user input. I guess I could just make a number of stored procedures but thought this way would be kinda neat.
well as always all help is appreciated.
Justin.X-)
"Creativity is the ability to introduce order into the randomness of nature." Eric Hoffer
Visit me at