Deploy SQL CE in one .CAB file ?

  • Thread starter Thread starter john
  • Start date Start date
J

john

Hello,

Is is possible to deploy SQL CE in only one cab files
instead of 3 actually ?

Thanks,

John.
 
Hi John,,

The Sqlce.Dev cab file is for developers. You will not need this file for
deploying to your customers.
The Sql.cab file is for SqlClient. If you are not accessing directly to SQL
Server from the device with SqlClient name space, you will not need this
cab either.
The SqlCe.Cab file is what you will need. This has RDA, Replication,
SqlCommand, etc... for manipulating data on the device.


--------------------
| Content-Class: urn:content-classes:message
| From: "john" <[email protected]>
| Sender: "john" <[email protected]>
| Subject: Deploy SQL CE in one .CAB file ?
| Date: Mon, 17 Nov 2003 06:17:49 -0800
| Lines: 9
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Thread-Index: AcOtFZSHy06BASnVSH6DB8Fjj0Qy0w==
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:38825
| NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hello,
|
| Is is possible to deploy SQL CE in only one cab files
| instead of 3 actually ?
|
| Thanks,
|
| John.
|
|
 
Hi! How to create an automatic deployment package program
(.exe) to deploy sqlce.cab, depending on which version of
the processor you have???
Thanks,
Led
 
Try this :

http://msdn.microsoft.com/mobility/building/deploying/default.aspx?pull=/lib
rary/en-us/dnnetcomp/html/netcfdeployment.asp

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| Content-Class: urn:content-classes:message
| From: "Ledcotto" <[email protected]>
| Sender: "Ledcotto" <[email protected]>
| References: <[email protected]>
<[email protected]>
| Subject: RE: Deploy SQL CE in one .CAB file ?
| Date: Wed, 19 Nov 2003 09:37:32 -0800
| Lines: 61
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcOuw8+L2q8QkF8HRhOoRqYBI+qliQ==
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Path: cpmsftngxa07.phx.gbl
| Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.compactframework:38872
| NNTP-Posting-Host: tk2msftngxa12.phx.gbl 10.40.1.164
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| Hi! How to create an automatic deployment package program
| (.exe) to deploy sqlce.cab, depending on which version of
| the processor you have???
| Thanks,
| Led
|
|
| >-----Original Message-----
| >Hi John,,
| >
| >The Sqlce.Dev cab file is for developers. You will not
| need this file for
| >deploying to your customers.
| >The Sql.cab file is for SqlClient. If you are not
| accessing directly to SQL
| >Server from the device with SqlClient name space, you
| will not need this
| >cab either.
| >The SqlCe.Cab file is what you will need. This has RDA,
| Replication,
| >SqlCommand, etc... for manipulating data on the device.
| >
| >
| >--------------------
| >| Content-Class: urn:content-classes:message
| >| From: "john" <[email protected]>
| >| Sender: "john" <[email protected]>
| >| Subject: Deploy SQL CE in one .CAB file ?
| >| Date: Mon, 17 Nov 2003 06:17:49 -0800
| >| Lines: 9
| >| Message-ID: <[email protected]>
| >| MIME-Version: 1.0
| >| Content-Type: text/plain;
| >| charset="iso-8859-1"
| >| Content-Transfer-Encoding: 7bit
| >| X-Newsreader: Microsoft CDO for Windows 2000
| >| Thread-Index: AcOtFZSHy06BASnVSH6DB8Fjj0Qy0w==
| >| X-MimeOLE: Produced By Microsoft MimeOLE
| V5.50.4910.0300
| >| Newsgroups:
| microsoft.public.dotnet.framework.compactframework
| >| Path: cpmsftngxa06.phx.gbl
| >| Xref: cpmsftngxa06.phx.gbl
| >microsoft.public.dotnet.framework.compactframework:38825
| >| NNTP-Posting-Host: TK2MSFTNGXA13 10.40.1.165
| >| X-Tomcat-NG:
| microsoft.public.dotnet.framework.compactframework
| >|
| >| Hello,
| >|
| >| Is is possible to deploy SQL CE in only one cab files
| >| instead of 3 actually ?
| >|
| >| Thanks,
| >|
| >| John.
| >|
| >|
| >
| >.
| >
|
 
Back
Top