PC Review


Reply
Thread Tools Rate Thread

Connecting Database Engine (SQl server 2005 file .*mdf) for Win CE

 
 
=?Utf-8?B?c3BpZXdhaw==?=
Guest
Posts: n/a
 
      23rd Jun 2006
Is this possible to connect do the Database Engine (on sql server 2005 on XP
platorm - file *.mdf (not mobile *.sdf)) form win CE 5.0 ?

I tried to do this

ConnectionStringSQLServerCE = "Data Source=WORK_STATION\\SQLEXPRESS;Initial
Catalog=dbMachines;Integrated Security=False;Password=Panel;User ID=Panel";

SqlCeConnectionCE = new SqlConnection(ConnectionStringSQLServerCE);
SqlCeConnectionCE.Open();

but I catch error

catch (PlatformNotSupportedException ex)
„PlatformNotSupportedException”

I used
using System.Data.SqlClient;

form Compact Framework 2.0 under Visual Studio 2005 Device Application
Windows CE 5.0

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting to a SQL Server 2005 Database Sherwood Microsoft C# .NET 2 8th Jun 2008 08:49 AM
Connecting to a SQL Server 2005 (Express Edition) database Sherwood Microsoft C# .NET 3 7th Jun 2008 09:00 PM
Connecting Database Engine (SQl server 2005 file .*mdf) from Win CE 5.0 platform spiewak Microsoft Dot NET Compact Framework 0 23rd Jun 2006 03:07 PM
Connecting Database Engine (SQl server 2005 file .*mdf) from Win C =?Utf-8?B?c3BpZXdhaw==?= Microsoft C# .NET 0 23rd Jun 2006 02:11 PM
Problem Connecting to Database Engine Harry Sampson Microsoft Outlook 1 27th Jun 2005 12:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:11 PM.