From: Hans on
Thanks for the info.

It's still unclear in which .cab file this is hidden. It works, but I
installed many .cab files to get it running and it's unclear after which
installation it works. I need this info for other installations.

Hans

"Christopher Fairbairn" <christopher(a)christec.co.nz> schreef in bericht
news:u6dvAYSkIHA.748(a)TK2MSFTNGP04.phx.gbl...
> Hi,
>
> Hans wrote:
>> How can I complete setup the sql ce server on the PDA and which .cab
>> files do I need to poper install Query analyser?
>
> The exact cab file(s) etc will differ depending upon the type of your
> target device and which version of SQL CE you are wanting to install.
>
> The general process is covered in SQL Server Compact Edition books online
> in a topic titled "How to: Install Query Analyzer" available at
> http://msdn2.microsoft.com/en-us/library/ms171773.aspx
>
> I've also covered the general process as part of my "Create a SQL Server
> 2005 Compact Edition database by using Query Analyzer 3.0" blog entry
> available at http://www.christec.co.nz/blog/archives/294.
>
> Hope this helps,
> Christopher Fairbairn


From: Christopher Fairbairn on
Hi Hans,

"Hans" <info(a)tct.nl> wrote in message
news:47f90546$0$25467$ba620dc5(a)text.nova.planet.nl...
> It's still unclear in which .cab file this is hidden. It works, but I
> installed many .cab files to get it running and it's unclear after which
> installation it works. I need this info for other installations.

If your device doesn't come with the database engine in ROM you need to
install atleast two CAB files.

sqlce30.platform.processor.cab
sqlce30.dev.ENU.platform.processor.cab

These filenames will need to be suitably adjusted for your platform type,
and SQL Server Compact Edition version.

The first CAB contains the database engine, while the second contains the
developer tools.

Hope this helps,
Christopher Fairbairn