timhans
Programmer
- Jun 24, 2009
- 75
Hello, say if I have multiple SQL statements say
SQL1, SQL2,SQL3 is there a perfered method of execution i.e
rs.open SQL1 & SQL2 & SQL3
or
rs.open SQL1
rs.open SQL2
rs.open SQL3
any comments or insight is appreciated, thanks
SQL1, SQL2,SQL3 is there a perfered method of execution i.e
rs.open SQL1 & SQL2 & SQL3
or
rs.open SQL1
rs.open SQL2
rs.open SQL3
any comments or insight is appreciated, thanks