Any known bugs on fetching nText fields with SqlCE?

Posts   
 
    
Rushmore
User
Posts: 125
Joined: 27-Jan-2005
# Posted on: 16-Jan-2007 11:30:17   

Hello,

I have created a method that works on both sides (Desktop, Mobile Device) - that means, the code is 100% identical (not only identical, it is the same sunglasses ). I am using Adapter.FetchTypedList to get the data from the database.

No I am wondering, why the content of the columns (column type ntext) are not fetched. If I select the data from the database (SDF file) manually, the cursor contains all the data including the "memo" ntext columns.

There are no problems using the method on the desktop side.

Any suggestions?

Please let me know, if you need other informations.

Kindly regards, Carlo

jbb avatar
jbb
User
Posts: 267
Joined: 29-Nov-2005
# Posted on: 16-Jan-2007 16:20:28   

Hello,

is your problem comes only with fetchtypedlist or is it the same problem with a fetchentitycollection call? Is the sql request generated contain the ntext field that you don't have in the typedlist?

If you only fetch one entity, are the ntext fields fetched?

Rushmore
User
Posts: 125
Joined: 27-Jan-2005
# Posted on: 16-Jan-2007 19:12:00   

is your problem comes only with fetchtypedlist

I must check the FetchEntityCollection and the FetchEntity to answer the above question wink