Hello,
Is there a way to make my vb code to wait for a mysql query to finish executing before trying to run a new query?
For example: Is there a way I can run a CREATE TEMPORARY TABLE _mytable AS SELECT etc, etc, etc, wait until the temp table is created, then run SELECT * FROM _mytable?
I'm using VB 08 Pro and MySql 5.1.
Thanks,
Rick
Is there a way to make my vb code to wait for a mysql query to finish executing before trying to run a new query?
For example: Is there a way I can run a CREATE TEMPORARY TABLE _mytable AS SELECT etc, etc, etc, wait until the temp table is created, then run SELECT * FROM _mytable?
I'm using VB 08 Pro and MySql 5.1.
Thanks,
Rick
Comment