How to load only the schema of the tables into a dataset.
This gives me schema of all tables in the dataset but How do I get relations between tables ?
this. __curious_geek
2010-01-19 05:40:43
What's wrong with "SqlDataAdapter.FillSchema"? you're working with DataSets this is the way to do it.
Pop Catalin
2008-10-27 13:51:07
+1
A:
Do a query that normaly would return your data and add a where clause so that no rows are returned.
idstam
2008-10-27 12:17:16