代码搜索:SQLCE

找到约 31 项符合「SQLCE」的源代码

代码结果 31
www.eeworm.com/read/361774/2943782

sqlce chapter15examples.sqlce

--Connect to the new SQL Server Mobile database --Example 1. Create a table and add a PK constraint Create Table Customers (Customer_ID INTEGER IDENTITY(1,1) CONSTRAINT pkCustId PRIMARY KEY, Cus
www.eeworm.com/read/458020/7313958

txt readme.txt

安装顺序: 1.安装 NETCFv2.wm.armv4i.cab,重启PDA。 2.安装 sqlce30.ppc.wce5.armv4i.CAB。 3.安装 LWChecker.CAB。
www.eeworm.com/read/178567/9391353

txt oledb使用方法.txt

首先,如果你是模拟器,那就把ppc2003emulate里的文件用remote file view放到模拟器里(不需要全部,把ado的3个,和sql的2个放进去就行,这些都是动态链接库,出处是sqlce2.0的安装文件那)。 然后,参考http://support.microsoft.com/default.aspx?scid=kb;en-us;825393。
www.eeworm.com/read/325701/3480684

cs eventlogwrittertype.cs

using System; namespace OpenNETCF.Diagnostics { /// /// Defines the type of Event log writters available /// public enum EventLogWritterType { XML, SQLCE, T