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.