This is a migrated thread and some comments may be shown as answers.

SQL Compact Edition loading data from Image type

1 Answer 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Patrick
Top achievements
Rank 1
Patrick asked on 10 Mar 2011, 04:02 PM
Hello,

i have an issue with loading binary data from my SQL Compact Edition database.
I have actually zero rows(no data) in my database and a simple select takes 640ms to complete

var x = db.GetAll<T>();

is this because of the "image" data type?

thanks for help.

1 Answer, 1 is accepted

Sort by
0
Thomas
Telerik team
answered on 11 Mar 2011, 03:48 PM
Hello Patrick,

no, the image data type should not be a problem, because - you have zero rows. Is this query the very first action on  that  database ? Maybe it was not opened yet, and the first time we need a bit CPU for meta data preparation.

Best wishes,
Thomas
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
General Discussions
Asked by
Patrick
Top achievements
Rank 1
Answers by
Thomas
Telerik team
Share this question
or