On Oct 7, 12:59 pm, The Editor <[email protected]> wrote:
> On Wed, Oct 7, 2009 at 6:32 AM, DrunkenMonk <[email protected]> wrote:
>
> > If you find any pretty ways of calling multiple mysql queries inside
> > forms, or have any problems with formatting output, please tell me.
>
> Can't you do
>
> [session msql_1 "your query"]
> [session msql_2 "your other query"]
You can do
[session mysql "'USER' query='QUERY'"]
But then you run out of quotations to use within the query.
Or maybe you can do
[session mysql_2 'user' query="QUERY_2"]
At which point it's not too bad, I guess...
I dunnu. I tend to want to construct my queries as seperate variables
and this has been something of a heacache generator.
>
> Cheers,
> Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---