ASP Forum
multiple queries mySQL and asp
steven290 | Posted 8:29am 10. February 2005 Server Time |

i was wondering if anyone had a solution for running multiple queries using mySQl. when i try in asp it errors out but if i use in "Navicat" application it works fine.

ex.
sql="select colname from tbname;"
sql=sql & "select colname from tbname2;"

i really want to run 2 update queries ("reorder records in asp" post)

but i used select in example to make it simple
thorpe | Posted 9:42am 10. February 2005 Server Time |

dont think you can. im pretty sure navicat must just handle this internally.

have you looked at the mySql manual?


Reply to Post multiple queries mySQL and asp



Back to Forum Page