Re: Error while opening SQL Server CE database
- From: "William Vaughn" <billvaNoSPAM@xxxxxxxxx>
- Date: Fri, 5 Oct 2007 11:47:13 -0700
I expected so. This provider is for SQL Server editions--but not SQL Server Compact Edition (SQLCe).
You need to use the SqlCe namespace (and provider). See my EBook for details...
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
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)
-----------------------------------------------------------------------------------------------------------------------
"rkbnair" <rkbnair@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:EAFADE2D-0451-4110-951A-755880F1E268@xxxxxxxxxxxxxxxx
SqlClient
"William Vaughn" wrote:
What namespace are you using? SqlClient or SqlCe? It looks like SqlClient.
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant, Dad, Grandpa
Microsoft MVP
INETA Speaker
www.betav.com
www.betav.com/blog/billva
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)
-----------------------------------------------------------------------------------------------------------------------
"rkbnair" <rkbnair@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:21087A5A-2D48-4F05-875E-8D93C1F70D41@xxxxxxxxxxxxxxxx
>I get the following error:
> An error has occurred while establishing a connection to the server. > When
> connecting to SQL Server 2005, this failure may be caused by the fact > that
> under the default settings SQL Server does not allow remote > connections.
> (provider: SQL Network Interfaces, error: 26 - Error Locating
> Server/Instance
> Specified)
>
>
>
> SqlConnection xx = new SqlConnection("Data Source=D:\\My > Documents\\Visual
> Studio Codename
> Orcas\\Projects\\ImagesHandling\\ImagesHandling\\tbl_ge_media_log_CE1.sdf;
> Password =Ocean4578!");
> xx.Open();
>
.
- References:
- Re: Error while opening SQL Server CE database
- From: William Vaughn
- Re: Error while opening SQL Server CE database
- Prev by Date: Re: Error while opening SQL Server CE database
- Next by Date: ADODB.Stream.Open now with VS2005 gives wrong type error message
- Previous by thread: Re: Error while opening SQL Server CE database
- Next by thread: ADODB.Stream.Open now with VS2005 gives wrong type error message
- Index(es):
Relevant Pages
|
|