[Mono-devel-list] database metadata
Ben Maurer
bmaurer at users.sourceforge.net
Mon Nov 24 17:24:23 EST 2003
On Mon, 2003-11-24 at 11:12, Leonardo S. wrote:
> I'd like to know how to access the database metadata from an
> IDbConnection.
> That is, how can i know the tables and columns of each table that a
> connection has access to?
> I'd like to do this in a "database-independant" way (in Java:
> connection.getMetadata()).
Take a look at INFORMATION_SCHEMA. Most DBMSs implement this standard
set of views.
-- Ben
More information about the Mono-devel-list
mailing list