How it would be the code to export the data that are inserted in a database .sdf to an excel file. in C # and for visual studio 2008 and SQL Compact 3.5, and my other question would be if I need to call a method within
writer.WriteLine ();
How would the call be made since if I put the method inside the parentheses because this one throws me the following error
the best overloaded method match for "System.IO.TextWriter.WriteLine (string.Params object [])" has some invalid arguments.