Re: Connecting Pocket PC & SQL Server 2000 through OleDB
- From: "Leonard Mosescu [MS]" <lemo@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 9 Feb 2006 11:05:11 -0800
There is no Microsoft OLEDB provider (or any other native provider) for
PocketPC that can connect directly to Sql Server. Are you sure you need
direct connections to Sql Server? If you have a mostly disconnected scenario
I would suggest trying Sql Server Mobile which can replicate data with Sql
Server.
If you need direct connections you have the option of using Ado.Net
providers from Sql Mobile (see System.Data.SqlClient)
In any case, the correct place to ask this question is
microsoft.public.sqlserver.ce
--
Thank you,
Leonard Mosescu, Microsoft Windows CE Compiler Team
This posting is provided "AS IS" with no warranties, and confers no rights.
"Vetri" <j_vetri@xxxxxxxxx> wrote in message
news:1139481485.468745.9270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I am developing application in EVC++. My application needs to
directly connect with SQL Server 2000 through OLEDB. I have tried
including SQLOLEDB.h and it fails in CoCreateInstance Anyone Kindly
help me to solve this problem. Is there any method to connect to the
SQL Server 2000 database.
Thanks & Regards,
Vetriselvan
.
- Follow-Ups:
- References:
- Prev by Date: Re: IVideoWindow on WM5
- Next by Date: Re: Connecting Pocket PC & SQL Server 2000 through OleDB
- Previous by thread: Connecting Pocket PC & SQL Server 2000 through OleDB
- Next by thread: Re: Connecting Pocket PC & SQL Server 2000 through OleDB
- Index(es):
Relevant Pages
|