简体   繁体   中英

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?

我猜您应该解析表属性,然后解析每一行来创建并填写Excel工作表。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM