
July 28th, 2000, 09:32 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
How to read table names
<i><b>Originally posted by : codar (icodar@hotmail.com)</b></i><br />I want to get the names of all the tables in my database and put them into a select list.<br /><br />Then when the user select a table use it in a query:<br />if request("selectedtablename")<>"" then<br />sql="select * from "&request("selectedtablename")&" "<br />set rs=execute(sql) <br />end if<br /><br />
|