Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 5th, 2005, 05:10 AM
Authorized User
 
Join Date: Aug 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to abhisheksud Send a message via Yahoo to abhisheksud
Default List Database table through ASP

Hi
i have a ms access database which contains many tables and each table many diffrent records are stored. i want to use a search feature which finds a particular data from all tables and gives results...however in the beginning i just want that whatever tables are present in the database they just get listed out..i have used the openschema method but during runtime it give me error that "Object or provider is not capable of performing requested operation"...
what could be the problem...
the full text code is

<%@ Language=VBScript %>

<HTML>
<HEAD>
<title>RESULTS</title>
</head>
<body bgcolor="#000000" text="#ffffff" link="#ffff00" vlink="#ffff00">

<%
Set Rs = ObjConn2.OpenSchema (adSchemaTables)

while not Rs.eof
Response.Write Rs ("TABLE_NAME")
Rs.movenext
wend
%>


Please help me out with this...
Abhishek





Similar Threads
Thread Thread Starter Forum Replies Last Post
Populate a List Box with Table Names & Table date hewstone999 Access VBA 1 February 27th, 2008 10:10 AM
database paging using asp table+ oledbdataadapter yamensaleh ASP.NET 2.0 Basics 0 January 27th, 2007 10:09 AM
Populating master table with list from list table sburgess Access 7 September 1st, 2006 06:03 AM
creating a table in a database using asp Droopy Classic ASP Databases 13 March 15th, 2006 03:12 PM
asp / access mailing list database problem srobert1 Access ASP 1 May 2nd, 2005 06:11 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.