PC Review


Reply
Thread Tools Rate Thread

dataset sql2000 sqlce

 
 
Miliuccio
Guest
Posts: n/a
 
      3rd Oct 2005
i load a DATASET with SQL2000 TABLE

i am not able to UPDATE with SQLCE DATAADAPTER


how to do?



 
Reply With Quote
 
 
 
 
Darren Shaffer
Guest
Posts: n/a
 
      3rd Oct 2005
you want a System.Data.SqlClient SqlDataAdapter,
NOT a System.Data.SqlServerCe SqlDataAdapter
if you are working with SQL2000.

You cannot fill a dataset with a SqlClient DataAdapter from SQL2000
and then turn around and call update on a SqlServerCe DataAdapter.

--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com


"Miliuccio" <(E-Mail Removed)> wrote in message
news:ubVw%(E-Mail Removed)...
>i load a DATASET with SQL2000 TABLE
>
> i am not able to UPDATE with SQLCE DATAADAPTER
>
>
> how to do?
>
>
>



 
Reply With Quote
 
Miliuccio
Guest
Posts: n/a
 
      4th Oct 2005
and how to do the travase?



"Darren Shaffer" <(E-Mail Removed)> ha scritto nel
messaggio news:(E-Mail Removed)...
> you want a System.Data.SqlClient SqlDataAdapter,
> NOT a System.Data.SqlServerCe SqlDataAdapter
> if you are working with SQL2000.
>
> You cannot fill a dataset with a SqlClient DataAdapter from SQL2000
> and then turn around and call update on a SqlServerCe DataAdapter.
>
> --
> Darren Shaffer
> .NET Compact Framework MVP
> Principal Architect
> Connected Innovation
> www.connectedinnovation.com
>
>
> "Miliuccio" <(E-Mail Removed)> wrote in message
> news:ubVw%(E-Mail Removed)...
> >i load a DATASET with SQL2000 TABLE
> >
> > i am not able to UPDATE with SQLCE DATAADAPTER
> >
> >
> > how to do?
> >
> >
> >

>
>



 
Reply With Quote
 
Darren Shaffer
Guest
Posts: n/a
 
      4th Oct 2005
why don't you just use Remote Data Access to SQL 2000
to populate your data in SQL CE?

--
Darren Shaffer
..NET Compact Framework MVP
Principal Architect
Connected Innovation
www.connectedinnovation.com


"Miliuccio" <(E-Mail Removed)> wrote in message
news:OSpp%23%(E-Mail Removed)...
> and how to do the travase?
>
>
>
> "Darren Shaffer" <(E-Mail Removed)> ha scritto nel
> messaggio news:(E-Mail Removed)...
>> you want a System.Data.SqlClient SqlDataAdapter,
>> NOT a System.Data.SqlServerCe SqlDataAdapter
>> if you are working with SQL2000.
>>
>> You cannot fill a dataset with a SqlClient DataAdapter from SQL2000
>> and then turn around and call update on a SqlServerCe DataAdapter.
>>
>> --
>> Darren Shaffer
>> .NET Compact Framework MVP
>> Principal Architect
>> Connected Innovation
>> www.connectedinnovation.com
>>
>>
>> "Miliuccio" <(E-Mail Removed)> wrote in message
>> news:ubVw%(E-Mail Removed)...
>> >i load a DATASET with SQL2000 TABLE
>> >
>> > i am not able to UPDATE with SQLCE DATAADAPTER
>> >
>> >
>> > how to do?
>> >
>> >
>> >

>>
>>

>
>



 
Reply With Quote
 
Miliuccio
Guest
Posts: n/a
 
      5th Oct 2005
to use rda i must manage an iis server and replicate a sql2000db
i'd like to access directly to main db without any other configuration


"Darren Shaffer" <(E-Mail Removed)> ha scritto nel
messaggio news:(E-Mail Removed)...
> why don't you just use Remote Data Access to SQL 2000
> to populate your data in SQL CE?
>
> --
> Darren Shaffer
> .NET Compact Framework MVP
> Principal Architect
> Connected Innovation
> www.connectedinnovation.com
>
>
> "Miliuccio" <(E-Mail Removed)> wrote in message
> news:OSpp%23%(E-Mail Removed)...
> > and how to do the travase?
> >
> >
> >
> > "Darren Shaffer" <(E-Mail Removed)> ha scritto

nel
> > messaggio news:(E-Mail Removed)...
> >> you want a System.Data.SqlClient SqlDataAdapter,
> >> NOT a System.Data.SqlServerCe SqlDataAdapter
> >> if you are working with SQL2000.
> >>
> >> You cannot fill a dataset with a SqlClient DataAdapter from SQL2000
> >> and then turn around and call update on a SqlServerCe DataAdapter.
> >>
> >> --
> >> Darren Shaffer
> >> .NET Compact Framework MVP
> >> Principal Architect
> >> Connected Innovation
> >> www.connectedinnovation.com
> >>
> >>
> >> "Miliuccio" <(E-Mail Removed)> wrote in message
> >> news:ubVw%(E-Mail Removed)...
> >> >i load a DATASET with SQL2000 TABLE
> >> >
> >> > i am not able to UPDATE with SQLCE DATAADAPTER
> >> >
> >> >
> >> > how to do?
> >> >
> >> >
> >> >
> >>
> >>

> >
> >

>
>



 
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
Date sql2000 e sqlce Miliuccio Microsoft Dot NET Compact Framework 1 17th Jan 2006 08:44 PM
copy data from SQL2000 To SqlCE Hergass Y. Microsoft Dot NET Compact Framework 5 11th Aug 2004 08:31 AM
this SQL Query seems to work on SQL2000 but can not get it to work on SQLCE? jayderk Microsoft Dot NET Compact Framework 1 2nd Jul 2004 04:47 PM
Re: ado.net sql2000 sqldataadapter/dataset error on stored procedure David Browne Microsoft ADO .NET 0 21st Jun 2004 10:10 PM
Creating an SQL2000 database using an in memory Dataset Paul Cleghorn Microsoft ADO .NET 2 10th Dec 2003 01:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:09 PM.