Dataset and SQLCe in .net 4
- by Tyler Edwards
I'm trying to build a SQLCe table structure dynamically using a dataset as the temporary table structure...
Is there a SqlConnection string that will work with SqlCe?
There used to be a SqlCeConnection...but I don't find that in the 4.0 framework? Has something replaced this?
If the answer is L2S or Entity Framework...can I add columns to SqlCe tables at runtime?
If so...how?