It looks like the DataContext class is the culprit here as it is specific to
SQL Server, see:

http://stackoverflow.com/questions/3706954/is-the-datacontext-class-specific
-to-sql-server

The supported alternative here is the ObjectContext class from the Entity
Framework, see:

http://msdn.microsoft.com/en-us/library/system.data.objects.objectcontext.as
px

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to