I’m using an IDataReader in .Net to run queries against Oracle and SQL Server databases… Is there any way to use the result of GetSchemaTable to easily create a SQL Server CE 4 table? This seems to me like one of those things someone should have invented already, I just can’t seem to find it.
I found this project on Codeplex, which is almost exactly what I need, but not quite.
You can use my SQL Compact scripting API, allows you to generate any type of SQL based on a SQL Compaxct schema: http://exportsqlce.codeplex.com