SQLCE qand C#; Populate a DataSet with ALL the Tables from a SQLCE DB

Posted by Zion on Stack Overflow See other posts from Stack Overflow or by Zion
Published on 2010-01-19T12:16:42Z Indexed on 2010/05/23 2:30 UTC
Read the original article Hit count: 319

Filed under:
|
|
|

How would I Populate a DataSet with ALL the Tables from a SQLCE DB. Is this possible in ONE SQL select statement?

I know that I can call seperate select statements with the names of the table I need data from but I need a generic solution that just dumps all the tables from the SQLCE DB into a Dataset.

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about ADO.NET