Dataset and SQLCe in .net 4

Posted by Tyler Edwards on Stack Overflow See other posts from Stack Overflow or by Tyler Edwards
Published on 2010-02-08T16:03:54Z Indexed on 2010/05/23 2:40 UTC
Read the original article Hit count: 487

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about entity-framework