This ASP is REALLY COOL!, But I have an ADO question: How do I get a
list of all the tables in a database? I found the Northwind database
on my computer, now I'ld like to get a list of the tables in it onto a
web page. I'ld like to populate a list box with the tables, and when
one is selected and submitted, a list of fields in that table would
come back.
Sorry if this is the wrong NG, maybe there's an ADO group?

Re: Newbie has database question by Curt_C

Curt_C
Tue Feb 03 16:29:02 CST 2004

try this
http://www.darkfalz.com/1065/
otherwise look at www.aspfaq.com

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com


<sdeyoreo@hotmail.com> wrote in message
news:lf7020hf72uhttb7divqs215oqf15grpj5@4ax.com...
> This ASP is REALLY COOL!, But I have an ADO question: How do I get a
> list of all the tables in a database? I found the Northwind database
> on my computer, now I'ld like to get a list of the tables in it onto a
> web page. I'ld like to populate a list box with the tables, and when
> one is selected and submitted, a list of fields in that table would
> come back.
> Sorry if this is the wrong NG, maybe there's an ADO group?



Re: Newbie has database question by sdeyoreo

sdeyoreo
Tue Feb 03 17:46:06 CST 2004

Thanks, I really appriciate. Like i said, This ASP is really cool! I
love it! Thanks again!
On Tue, 3 Feb 2004 16:29:02 -0600, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:

>try this
>http://www.darkfalz.com/1065/
>otherwise look at www.aspfaq.com