Using Oracle SQL CE Database in .NET CF

I am writing an application for Windows mobile applications in C # and .NET CF, which uses a large amount of data that is currently stored in RAM. Due to virtual memory limitations in Windows CE, I need to reduce the use of RAM. I was wondering if using a SQL CE database and storing data in a database would reduce RAM usage. So basically, I need to know when the SQL CE database is used, whether the data is stored on disk or in RAM.

Can anyone help me with this?

+3
source share
1 answer

SQL Compact . ? , SQL Compact.

SDF , . , - DataTable "SELECT * FROM MyTable", , . , , SQL , . ResultSets DataReaders DataSets .

? , , . , , , .

+7

Source: https://habr.com/ru/post/1776231/


All Articles