c# - Connecting to SQL CE db using SQLConnection -


Beautiful direct question I am creating an app that reads data from a SQL Server 2005 instance. I wanted to run some tests on my laptop (which is not SQL 2005), so I was swapping in a local database for the purpose of the tests.

I am using VS2008 so that compact version DB was a natural choice. I just expected to swap my connection string, but it seems that it will only allow me to connect to the SE database from the SQL connection and not SqlConnection Any way around it, modifier, can I use in a connection string?

This is actually very possible for the user to modify the configuration parameter by modifying the full parameter instead of the SQL By modifying: Change connection connection and use the IDbXXX family interface where possible, instead of platform-specific SqlXXX and SqlCeXXX

Suggest differences in SQL dialects of these two platforms.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -