Hi daelmo,
Thanks for your help so far.
I've not been able to use the app.config as it's a CF3.5 framework so I have set it manually with a config file of my own.
What I am struggling on is how to accomplish the following...
my .NET 3.5CF application access the SQL CE 3.5 very nicely.
But when I try to use the same application and passing in the SQL Connection string to point to a full SQL Server it fails with the following error message.
Unknown connection option in connection string: initial catalog.
Now investigating this it looks like I should be changing the DataAccessAdapter.SetSqlServerCompatibilityLevel() but I can't seem to do that in the code as its not a method of the DataAccessAdapter using the SD.LLBLGEN.Pro.ORMSupportClasses.CF35.
So in a nutshell, I'm trying to connect to 2 databases with the same structure, one in SQL CE the other in SQL Server, through the CF3.5 application
Thanks
Sam