开发者

How do I export an SQL Server Compact table to an Excel in Windows CE with C#?

I need to Export a table from SQL Server Compact 3.5 Table (*.sdf File) to an excel in Windows CE in a C# application.

Can any one please help me?

Is There Any easier way then querying all 开发者_运维问答the data and then parsing it to an excel sheet?


I guess you should parse your table properties and than each row to create and fill in an Excel sheet.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜