黎波
Windows Mobile Development for Line of Business
posts - 185, comments - 1260, trackbacks - 43, articles - 0
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
2007年4月5日
OpenNETCF Smart Device Framework 2.1 发布
posted @
2007-04-05 22:57
黎波 阅读(2231) |
评论 (4)
|
编辑
Powered by:
博客园
Copyright © 黎波
日历
<
2007年4月
>
日
一
二
三
四
五
六
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
公告
Email
china.libo # gmail.com
Specialties
Windows Mobile, SQL Server Compact, .NET Compact Framework, Smart Client, Web Service, SQL Server, SharePoint, UML and CMMI.
与我互动
给我发短消息
搜索
常用链接
我的随笔
我的空间
我的短信
我的评论
更多链接
我的参与
我的新闻
最新评论
我的标签
留言簿
(110)
给我留言
查看私人留言
我参加的小组
.NETCompactFramework
我参与的团队
SharePoint团队(0/744)
北京.NET俱乐部(1/1547)
Windows Mobile 应用开发(1/601)
广州.NET俱乐部(0/1739)
深圳.NET俱乐部(0/1619)
Dot Net Web服务和Windows服务开发(0/233)
SOA研究室(0/194)
MVP(微软最有价值专家)团队(0/637)
.net企业应用开发(0/137)
Windows Embedded开发(0/98)
随笔分类
(223)
.NET(6)
.NET CF(32)
.NET MF(1)
Conferences(6)
Enterprise Library(7)
Misc(18)
Mobile Samples(10)
Mobile Tools(22)
Mobile Web(1)
My Lectures(7)
SharePoint(4)
Silverlight(1)
Smart Client(15)
SQL Server(2)
SQL Server Compact(39)
Training(2)
Web & ASP.NET(1)
Web Service(5)
Webcast(7)
Windows CE(5)
Windows Mobile(32)
相册
真我风采
收藏夹
(284)
.NET(29)
.NET CF(28)
ADO.NET(8)
Architecture(19)
ASP.NET & Web(16)
Design Pattern(4)
LINQ(2)
Mobile & Embeded(4)
Mobile Beginner(9)
Mobile Samples(34)
Mobile Web(3)
Office(8)
ORM(7)
Project Management(12)
SharePoint(4)
Silverlight(2)
Smart Client(15)
SQL Server(15)
SQL Server Compact(24)
Web Service(15)
Windows CE(4)
Windows Controls(3)
Windows Mobile(10)
WPF/WCF/WWF(9)
A.Web Sites
"How Do I?" Videos for Devices
.NET Compact Framework QuickStart Tutorial
In The Hand
MSDN Forums Smart Device Development
MSDN Home
MSDN Library
MSDN Magazine
MSDN Webcast
OpenNETCF
SharePoint Server 2007 SDK
SQL Server CE Books Online
SQL Server Compact
The Code Project
TheServerSide.NET
Visual Studio Documents
Windows Mobile Developer Center
Windows Mobile Developers Wiki
Windows Mobile Hands-On Labs
Windows Mobile Home
Windows Mobile Portal
Windows Mobile Solutions Webcasts
Windows Mobile Virtual Labs
Windows Mobile 发烧友俱乐部
Windows Mobile 首页
Windows Mobile 移动解决方案联盟
Windows Mobility Marvels Webcasts
马宁的Windows Mobile开发研究
微软中文技术论坛
B.Blogs
Jason Langridge
Jim Wilson
Loke Uei Tan
Peter Foot
Rafik Robeal
Rob Tiffany
Steve Lasker
Sync Guru
葛涵涛
黄季冬
刘洪峰
马宁
张欣
积分与排名
积分 - 341149
排名 - 70
最新评论
1. re: Windows Mobile 开发工具和资源
黎老师,您好我现在机器上装了visual studio2005、 sql 2005那个visual studio2005中自带了pocket pc2003的模拟器,请问我想做PDA与PC的数据库之间的...
--dianzisun
2. re: 如何将数据导入到 SQL Server Compact Edition 数据库中(二)
@zhusz
这个方法只适用于数据导入,不适用于数据同步。你可以先try...catch,然后删除原有记录再insert。
--黎波
3. re: 如何将数据导入到 SQL Server Compact Edition 数据库中(二)
CopyTable有个问题,也就是如果Northwind.sdf已经存在了数据,如果再调用CopyTable,在resultSet.Insert()的时候就会产生SqlCeException:“无法将...
--zhusz
4. re: 如何将数据导入到 SQL Server Compact Edition 数据库中(一)
@lwm
试一试把“C:\Program Files\Microsoft SQL Server Compact Edition\v3.1”目录下的DLL复制到你的程序目录。
--黎波
5. re: 如何将数据导入到 SQL Server Compact Edition 数据库中(一)
黎老师,我的PC安装了SQL Server Compact 3.1 for Desktop版本后,运行了程序还是出现了 未处理的“System.DllNotFoundException”类型的异常出现...
--lwm
阅读排行榜
1. Windows Mobile 开发工具和资源(13162)
2. 如何将数据导入到 SQL Server Compact Edition 数据库中(一)(9350)
3. Windows Mobile 6 SDK 中的 GPS 工具(8801)
4. Windows Mobile 6 SDK 中的 Cellular Emulator(8560)
5. SQL Server Mobile 2005 程序开发系列课程资料下载(7929)
6. Windows Mobile 6 SDK 中的 Device Emulator 2.0(7775)
7. 操作SQL Server Mobile数据库的常用C#代码(5456)
8. 如何编写 Windows Mobile Smartphone 录音程序(4853)
9. 获取 Windows Mobile 设备的唯一标识(4685)
10. 在 Windows Mobile 使用 WS-Attachment 传输二进制数据(4469)
评论排行榜
1. Windows Mobile 开发工具和资源(112)
2. 如何将数据导入到 SQL Server Compact Edition 数据库中(一)(96)
3. SQL Server Mobile 2005 程序开发系列课程资料下载(57)
4. RapidTier 1.0 beta2 发布(52)
5. 在 Windows Mobile 使用 WS-Attachment 传输二进制数据(51)
6. 如何将数据导入到 SQL Server Compact Edition 数据库中(二)(45)
7. Windows Mobile 6 SDK 中的 Cellular Emulator(38)
8. Download Visual Studio Orcas March CTP(36)
9. 如何检测 SQL CE 数据库是否成功建立了合并复制(35)
10. 如何将数据导入到 SQL Server Compact Edition 数据库中(四)(29)