Re: Connect to Desktop SQL Server 2000 from Pocket PC
From: Ilya Tumanov [MS] (ilyatum_at_online.microsoft.com)
Date: 06/21/04
- Next message: Ilya Tumanov [MS]: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- Previous message: Leonardo Castillo: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- In reply to: Alex Feinman [MVP]: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- Next in thread: Alex Feinman [MVP]: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- Reply: Alex Feinman [MVP]: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Jun 2004 17:42:53 GMT
SSPI is in fact supported, but you have to provide user ID and password
anyway as CE does not have this information.
This might be useful if SQL authentication is disabled on a server.
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> From: "Alex Feinman [MVP]" <public_news@alexfeinman.com>
> References: <eV#I4s6VEHA.1652@TK2MSFTNGP09.phx.gbl>
> Subject: Re: Connect to Desktop SQL Server 2000 from Pocket PC
> Date: Mon, 21 Jun 2004 10:19:20 -0700
> Lines: 23
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
> Message-ID: <OogXkP7VEHA.2168@TK2MSFTNGP10.phx.gbl>
> Newsgroups: microsoft.public.dotnet.framework.compactframework
> NNTP-Posting-Host: 204.249.181.133
> Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED
01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
> Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:55645
> X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
>
> You need to use SqlClient class available in System.Data.SqlClient. It
works
> pretty much the same way as on the desktop except IIRC the Integrated
> Security=SSPI is not supported. You need to use User ID= and Password=
>
> --
> Alex Feinman
> ---
> Visit http://www.opennetcf.org
> "Leonardo Castillo" <castillolj@hotmail.com> wrote in message
> news:eV%23I4s6VEHA.1652@TK2MSFTNGP09.phx.gbl...
> > Hi,
> >
> > I need to connect from a program in the Pocket PC to SQL Server in my
> > desktop. How i can do than in VB.NET ?.
> > (I need an information in one table in SQL Server 2000).
> >
> > Thanks,
> >
> > Leonardo Castillo.
> >
> >
>
>
>
- Next message: Ilya Tumanov [MS]: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- Previous message: Leonardo Castillo: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- In reply to: Alex Feinman [MVP]: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- Next in thread: Alex Feinman [MVP]: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- Reply: Alex Feinman [MVP]: "Re: Connect to Desktop SQL Server 2000 from Pocket PC"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|