Re: Which API will be appropriated for retireve the schema info of RDB
From: Val Mazur (group51a_at_hotmail.com)
Date: 11/17/04
- Next message: Val Mazur: "Re: extra character in field value ?"
- Previous message: Val Mazur: "Re: 2.8"
- In reply to: jim: "Which API will be appropriated for retireve the schema info of RDB"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 18:53:30 -0500
Hi,
You could use OpenSchema method of ADO connection. But, since ADO heavily
relies on a OLEDB providers capabilities to return information about
database, in some cases you will not get full schema information if provider
does not support functionality.
-- Val Mazur Microsoft MVP "jim" <jim@discussions.microsoft.com> wrote in message news:4AACBCB8-5DA1-4555-BEEC-235A24EB4C07@microsoft.com... > Hi All, > > I am going to develop a tool which is able to retrieve the schema > information of RDBMS database, such as SQL Server or Oracle etc. Which API > will be appropriate for this task? This tool will be used in Windows > environment. > > My goals are that this tool will be used to retrive all the schema info, > not > just part of the RDBMS database. It is pretty much like with the > enterprise > manager of SQL Server. > > Thanks in advance! > Jim >
- Next message: Val Mazur: "Re: extra character in field value ?"
- Previous message: Val Mazur: "Re: 2.8"
- In reply to: jim: "Which API will be appropriated for retireve the schema info of RDB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|