Is there a way to get the list of tables and there columns from C Sharp?
D Dave Searle Oct 29, 2004 #1 Is there a way to get the list of tables and there columns from C Sharp?
D Douglas J. Steele Oct 30, 2004 #2 You should be able to check the Tables and Columns collections in ADOX, or use the OpenSchema method of the ADO Connection object. Sorry: I don't use C#, so I don't have any sample code.
You should be able to check the Tables and Columns collections in ADOX, or use the OpenSchema method of the ADO Connection object. Sorry: I don't use C#, so I don't have any sample code.