|
-
Sep 27th, 2004, 05:52 AM
#1
Thread Starter
PowerPoster
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!
-
Sep 27th, 2004, 08:26 PM
#2
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|