Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[/ignore][code]CodeHere
rs = cn.execute("select the 90000 records")
while not rs.eof
cn.execute("insert one record")
wend
wend
cn.execute("insert into myTable (field1, field2)" &_
" select foo, bar from otherTable" &_
" where conditions result in desired 90000 rows")