dbTalk Databases Forums  

Datagrid Updating problem with UL

sybase.public.sqlanywhere.ultralite sybase.public.sqlanywhere.ultralite


Discuss Datagrid Updating problem with UL in the sybase.public.sqlanywhere.ultralite forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Erol Beynam
 
Posts: n/a

Default Datagrid Updating problem with UL - 11-02-2007 , 01:18 PM






Using UL 9. Here is the problem:
http://forums.microsoft.com/msdn/Sho...95981701060521

Any idea?



Reply With Quote
  #2  
Old   
Tom Slee
 
Posts: n/a

Default Re: Datagrid Updating problem with UL - 11-06-2007 , 12:56 PM






Erol Beynam wrote:
Quote:
Using UL 9. Here is the problem:
http://forums.microsoft.com/msdn/Sho...95981701060521

Any idea?


I don't have any insight into that particular issue, but I do have one
of those annoying "why did you do it this way?" side questions. Is there
a particular reason that you are using a DataAdapter? The ULDataAdapter
is a fairly heavyweight object that keeps entire result sets out of the
database and then tries to reconcile changes. ULDataReader (read only)
and ULResultSet are both more lightweight objects that get only the rows
they need, so handling changes is simpler.

There is a sample of how to bind a datagrid to a various result set
objects on CodeXchange at
https://ianywhere.codexchange.sybase...3& folderID=0
(you need a Sybase web site login).

Tom Slee
Sybase iAnywhere.


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.