[thelist] ASP: List tables in .mdb

Tab Alleman talleman at autobex.com
Fri Nov 3 15:10:32 CST 2000


Thanks Matt.. I lost my "4guys" bookmark, but while I was looking for it, I
found the same thing here:

http://www.learnasp.com/learn/dbschemas.asp

note that it doesn't work without the adovbs.inc file.

<cartman>sweet...</cartman>

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Warden, Matt
Sent: Friday, November 03, 2000 3:22 PM
To: thelist at lists.evolt.org
Subject: Re: [thelist] ASP: List tables in .mdb


yeah, i'm not sure if this is the correct schema, but try this:

set schema = YourConnectionObject.openSchema()

you may have to pass some identifying parameter. I know the 4guys site has
an
example of how to do this (i've never done it, if it's not obvious ;-)

--
mattwarden
mattwarden.com


----- Original Message -----
From: Tab Alleman <talleman at autobex.com>
To: <thelist at lists.evolt.org>
Sent: Friday, November 03, 2000 12:47 PM
Subject: [thelist] ASP: List tables in .mdb


> I asked this a while ago but nobody answered at all..
>
> Is there a way to read a list of tables in an Access Database into an ASP
> script?
>
> I'd basically like for my script to generate a select box listing the
tables
> in the database that they can read data from.
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list