Removing data from an Access or SQL Server database is as easy as entering the variable
names and the name of the table into the fields below. Copy the output code into
an asp document on your web server and your db is ready to be displayed on the
web. The DSN-less connection allows you to decide which driver you need
for your specific db. (Note: G.I.G.O Garbage In Garbage Out applies here,
be certain all table elements entered appear in your db. The db must
reside in the same directory as the .asp script or modifications to cn=cn &
"DBQ=" & server.mappath(accessdb) will be necessary.
Table elements
must be entered in the select field * will not work here.)