how can I connect a database access to sql server ce on the same desktop
thank you
Christian Resma Helle - 14 Oct 2007 09:24 GMT
Hi Xavier,
By database access, do you mean an MS Access MDB file?

Signature
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com
> how can I connect a database access to sql server ce on the same desktop
>
> thank you
xavier - 14 Oct 2007 15:45 GMT
hi Christian
i would like to kwnow wether there is a mean an mdb to sql server ce
thank you
> Hi Xavier,
>
[quoted text clipped - 3 lines]
>>
>> thank you
Christian Resma Helle - 14 Oct 2007 09:28 GMT
Hi Xavier,
For connecting to a SQL Server Compact Edition on the desktop you will have
to install the SDK:
http://www.microsoft.com/downloads/details.aspx?familyid=E9AA3F8D-363D-49F3-AE89
-64E1D149E09B&displaylang=en
then just Add a reference to System.Data.SqlServerCe in your .NET project.

Signature
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com
> how can I connect a database access to sql server ce on the same desktop
>
> thank you
William (Bill) Vaughn - 16 Oct 2007 22:56 GMT
See my ebook on SQL Server Compact edition. It will answer this and many
other questions.

Signature
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
> how can I connect a database access to sql server ce on the same desktop
>
> thank you