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 |