First post here so hello to all!
My first question is this: If I generate code using the .NET compact framework, will the generated code expect to be using an SQL CE database?
Regards Adrian
Yes.
And it can't be changed to use a regular SQL server? I am writing a Windows CE application but using SQL Server 2008.
Not supported, I'm afraid.
ref: http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=14216 http://www.llblgen.com/TinyForum/Messages.aspx?ThreadID=8387
I really don't see a reason to do so, better to use a client/server architecture.