I have a problem with Sterling Database for Windows Phone. I implemented the database step by step in my wp7app, but it doesn\'t serialize my data when new entities are save开发者_开发问答d. For examp
开发者_JAVA技巧I am using a Sterling Database and have defined a class and index as follows public class SingleEventDB :TimetableEventDB
I am using Sterling DB in a WP7 app and trying to implement a custom serialiser for, hopefully, performance gains.
I\'m trying to store 46,000 objects in Sterling and it\'s taking 3 minutes. Yes I know it\'s a lot but this is data provided by the customer and could end up being a lot more.
We have a body of C++ code which is being ported from a RHEL4-based distro to RHEL-5-based. It used to compile with g++ 3.4.3, and now compiles with g++ 4.1.2.