Re: Connect to Desktop SQL Server 2000 from Pocket PC

From: Ilya Tumanov [MS] (ilyatum_at_online.microsoft.com)
Date: 06/21/04


Date: Mon, 21 Jun 2004 17:44:20 GMT

Don't forget a reference to System.Data.Common.dll or it won't work.

Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> Reply-To: "William Ryan eMVP" <bill@spamstinks.devbuzz.com>
> From: "William Ryan eMVP" <dotnetguru@comcast.nospam.net>
> References: <eV#I4s6VEHA.1652@TK2MSFTNGP09.phx.gbl>
> Subject: Re: Connect to Desktop SQL Server 2000 from Pocket PC
> Date: Mon, 21 Jun 2004 13:25:44 -0400
> Lines: 36
> 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: <#T9PaQ7VEHA.1048@tk2msftngp13.phx.gbl>
> Newsgroups: microsoft.public.dotnet.framework.compactframework
> NNTP-Posting-Host: 65.23.106.65
> Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
phx.gbl
> Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:55646
> X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
>
> Just add a reference to the System.Data.SqlClient .dll file. Then just
add
> the using/imports statement and use everything essentially like you would
on
> the full framework. I'd recommend putting a little extra into my
exception
> handling routines b/c if you are going wireless you can have a good many
> things go wrong - but everything I'm speaking about can go wrong even on
the
> desktop. Anyway, your connection string and everything else is just like
> you would on the desktop.
>
> HTH
>
> Bill
>
>
> "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.
> >
> >
>
> --
>
> W.G. Ryan, eMVP
>
> http://forums.devbuzz.com/
> http://www.knowdotnet.com/williamryan.html
> http://www.msmvps.com/WilliamRyan/
>
>
>



Relevant Pages


Loading