Results 1 to 2 of 2

Thread: SQL returns...? in C# - read!

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    SQL returns...? in C# - read!

    Hi!

    I was wondering if there is a way on which i can take the appropriate information I need from whatever SQL returns my query in?

    For example, I wish to look at the schema of database. I would like to extract things like the Table name in each of the information SQL will return me.

    is there a way to do this? if so - how?

    Thanks!

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    If you're talking about retrieving database metadata, then I don't think there's a generic way of doing this, it's database specific. Unlike, say, the JDBC api, where this is defined.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width