how I can get all Table’s name in sql server ,access and oracle in c# code ?
thank’s in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In SQL Server:
This returns a resultset that can be accessed from your C# code with the standard
SqlDataReader,DataSetetc.(It should work for any database that supports the ANSI standard information_schema views. I’m pretty certain that Access doesn’t support them. Not sure about Oracle.)