黎波
Windows Mobile 应用开发、咨询和培训
博客园
首页
主页
闪存
新随笔
联系
管理
订阅
随笔-231 文章-2 评论-1681
2007年7月29日
如何将数据导入到 SQL Server Compact Edition 数据库中(一)
摘要: 在智能设备(Smart Device)应用程序和智能客户端(Smart Client)应用程序的部署阶段,我们需要对离线数据进行初始化,即将后台数据库服务器中的一些数据,导入到离线数据库中。本文介绍了一种将各种数据库中的数据导入到 SQL Server Compact Edition 数据库中的方法。
阅读全文
posted @
2007-07-29 15:24
黎波 阅读(17929) |
评论(132)
|
编辑
公告
Email
china.libo # gmail.com
Twitter
http://twitter.com/BobLi
Specialties
Windows Mobile, Android, OPhone, SQL Server Compact, .NET Compact Framework, Smart Client, Web Service, SQL Server, SharePoint, UML, Scrum and CMMI.
我的主页
个人资料
我的闪存
发短消息
<
2007年7月
>
日
一
二
三
四
五
六
24
25
26
27
28
29
30
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
31
1
2
3
4
搜索
常用链接
我的随笔
我的空间
我的短信
我的评论
更多链接
我的参与
我的新闻
最新评论
我的标签
我参与的团队
SharePoint团队(0/0)
北京.NET俱乐部(0/0)
Windows Mobile 应用开发(0/0)
广州.NET俱乐部(0/0)
深圳.NET俱乐部(0/0)
Dot Net Web服务和Windows服务开发(0/0)
SOA研究室(0/0)
MVP(微软最有价值专家)团队(0/0)
.net企业应用开发(0/0)
Windows Embedded开发(0/0)
CSLA.Net(0/0)
黑龙江.NET俱乐部(0/0)
我的标签
Windows Mobile
(48)
.NET Compact Framework
(31)
SQLCE
(11)
Windows CE
(9)
User Experience
(9)
Enterprise Library
(7)
SharePoint
(6)
Webcast
(6)
WCF
(6)
SQL Server
(5)
更多
随笔分类
(269)
.NET(6)
(rss)
.NET CF(53)
(rss)
Conferences(8)
(rss)
Misc(17)
(rss)
Mobile Samples(13)
(rss)
Mobile Tools(22)
(rss)
My Lectures(8)
(rss)
SharePoint(8)
(rss)
Smart Client(13)
(rss)
SQL Server(1)
(rss)
SQL Server Compact(42)
(rss)
Web Service(8)
(rss)
Webcast(14)
(rss)
Windows Embedded(6)
(rss)
Windows Mobile(50)
(rss)
相册
真我风采
收藏夹
(244)
.NET(29)
(rss)
.NET CF(28)
(rss)
Architecture(19)
(rss)
ASP.NET & Web(16)
(rss)
Mobile & Embeded(4)
(rss)
Mobile Beginner(9)
(rss)
Mobile Samples(34)
(rss)
Mobile Web(3)
(rss)
ORM(7)
(rss)
Project Management(12)
(rss)
Smart Client(15)
(rss)
SQL Server(15)
(rss)
SQL Server Compact(24)
(rss)
Web Service(15)
(rss)
Windows CE(4)
(rss)
Windows Mobile(10)
(rss)
A.Web Sites
"How Do I?" Videos for Devices
.NET Compact Framework QuickStart Tutorial
CodeGuru
In The Hand
MobileSide.cn
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
Enterprise Mobile
Jason Langridge
Jim Wilson
Loke Uei Tan
Native Mobile
Peter Foot
Rafik Robeal
Rob Tiffany
Steve Lasker
Sync Guru
葛涵涛
黄季冬
刘洪峰
马宁
王立楠
张欣
积分与排名
积分 - 591711
排名 - 59
最新评论
1. Re:注意:SharePoint Server 2007安装SP2后变成试用版
多谢,补丁越补越漏,哎,还要等上半年才能发觉,害人不浅 (欣静赏悦)
2. Re:Windows Mobile 开发工具和资源
黎老师有个问题请教一下,希望有时间回答。 我是做windows mobile开发的,SqlServer compact 数据库中用select 能查到表中某一列 但是在表下面的列选项中却看不到是怎么... (humor)
3. Re:Windows Mobile 开发工具和资源
@黎波 我用VS2008+wm6.0开发mobile程序,用C#如何实现开机自启动,在网上看C++的可以通过做成DLL来实现,不知道用C#如何来实现后台自启动.如果用快捷方式启动的话开机时间比较长,... (Han2009_w)
4. Re:Windows Mobile 功能导航界面的设计(2)
代码、代码、代码我要代码。 (jiazhiwu)
5. Re:Windows Mobile 详细信息视图的设计(1)
@Jacky Xie SystemColor.XXXX (黎波)
6. Re:Windows Mobile 详细信息视图的设计(1)
好漂亮,效果很好。 请问渐变背景的效果能够适应系统的主题颜色吗,如果可以,又是怎么获取到系统的主题颜色的 (Jacky Xie)
7. Re:Windows Mobile 开发工具和资源
@黎波 行了,谢谢了博主。 (一个人旅行)
8. Re:Windows Mobile 开发工具和资源
@一个人旅行 就是连接SQL Server数据库的连接语句有问题。 (黎波)
9. Re:Windows Mobile 开发工具和资源
博主,我用vs2008+sqlserver2000+sqlce3.5实现RDA同步会报一个“无法使用给定的连接字符串打开SQL Server”的异常,这大概是什么原因啊? (一个人旅行)
10. Re:Windows Mobile实现透明控件
楼主 如果 要实现 ListBox 透明 呢 ? 该么样 做呢?给点 提示! (Shine---阳阳)
阅读排行榜
1. Windows Mobile 开发工具和资源(35005)
2. 如何将数据导入到 SQL Server Compact Edition 数据库中(一)(17929)
3. Windows Mobile 6 SDK 中的 Cellular Emulator(15854)
4. Windows Mobile 6 SDK 中的 GPS 工具(14953)
5. SQL Server Mobile 2005 程序开发系列课程资料下载(13082)
6. Windows Mobile 6 SDK 中的 Device Emulator 2.0(10880)
7. 获取 Windows Mobile 设备的唯一标识(7974)
8. 如何将数据导入到 SQL Server Compact Edition 数据库中(二)(7707)
9. 操作SQL Server Mobile数据库的常用C#代码(7692)
10. 如何编写 Windows Mobile Smartphone 录音程序(7089)
11. 用C#获取Windows Mobile短信(6690)
12. Windows Mobile程序实现iPhone UI(6667)
13. Windows Mobile实现透明控件(6100)
14. 在 Windows Mobile 使用 WS-Attachment 传输二进制数据(6002)
15. 《实战 Web Service 压缩传输》的PPT和Demo(5973)
评论排行榜
1. Windows Mobile 开发工具和资源(153)
2. 如何将数据导入到 SQL Server Compact Edition 数据库中(一)(132)
3. SQL Server Mobile 2005 程序开发系列课程资料下载(61)
4. 在 Windows Mobile 使用 WS-Attachment 传输二进制数据(55)
5. RapidTier 1.0 beta2 发布(53)
6. 如何将数据导入到 SQL Server Compact Edition 数据库中(二)(50)
7. 如何检测 SQL CE 数据库是否成功建立了合并复制(41)
8. Windows Mobile 6 SDK 中的 Cellular Emulator(40)
9. 手机拍照识别二维码(39)
10. Download Visual Studio Orcas March CTP(36)
11. 如何编写 Windows Mobile Smartphone 录音程序(29)
12. 如何将数据导入到 SQL Server Compact Edition 数据库中(四)(29)
13. 30 Days of .NET Windows Mobile Applications(26)
14. 《实战 Web Service 压缩传输》的PPT和Demo(24)
15. Windows Mobile实现透明控件(22)