Re: Connect to Desktop SQL Server 2000 from Pocket PC

From: Alex Feinman [MVP] (public_news_at_alexfeinman.com)
Date: 06/21/04


Date: Mon, 21 Jun 2004 10:19:20 -0700

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.
>
>


Relevant Pages


Loading