I'm using MySQL from ASP pages, I use MyODBC 3.50 and have a problem with a
query. If I type the query directly in mysql it works OK but from ASP pages
I get an error.

I'm trying to use a multiline query separated by ; like this

query1;query2;

If I do like this

query1;
execute
query2;
execute

it works but I want to do it all at once. Isn't this posible with MyODBC and
ASP? I have done it with MicrosoftSQL and it works there.

/Mattias



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to