|
Hi All,
I need to be able to retrieve and parse all field names of an SQL database table via C#.
So far I've been able to do it using oledb AND have been able to get the schema using a reader and executing "SELECT * FROM SOMETHABLENAME" and then using rdrReader.GetSchemaTable(). But my problem with that is that I don't want to use a predetermined table name. I need to query tables dynamically and then query field names dynamically too.
Any suggestions and help is greatly appreciated.
Thanks in advance,
Khemal
__________________
Got Projects? Need Help? Want Experts To Compete For You?
Come Join The Internet Marketing Freelance Warriors for free.
Please login or register to view this content. Registration is FREE
|