Getting Table Name from Database

I had an import process that imported Excel data.  But I didn't want to hard-code the name of the table being imported.  To handle this, I found this article online by David Hayden with a solution: using the GetSchema method to get the schema of the underlying connected database.  Check it out at:  http://davidhayden.com/blog/dave/archive/2006/05/31/2975.aspx

Comments

No Comments