B
bumerang
Hello All,
We are developing .NET CF & DESKTOP interface for SQLITE database
(www.sqlite.org) Its in a beta state and I want to inform you some test
results about it. You can use it with VB. NET or C# for CF or DESKTOP. You
can easily transfer SQLITE database device to desktop or else, and you can
create/fill/use your db on desktop and then just copy to device for use.
Test Device : IPAQ 2210,
Library returns query results as DataTable objects so, you can use it
directly with databound objects likes dbgrid etc.
Record Length (100 byte, 1 integer primary key)
Insert 10,000 record takes 17 second
Select Query for 10,000 record takes 8 second
Insert 10,000 record to MMC card takes 24 second
Select Query for 10,000 record from MMC card takes 10 second
Regards.
PocketSYNC Team
We are developing .NET CF & DESKTOP interface for SQLITE database
(www.sqlite.org) Its in a beta state and I want to inform you some test
results about it. You can use it with VB. NET or C# for CF or DESKTOP. You
can easily transfer SQLITE database device to desktop or else, and you can
create/fill/use your db on desktop and then just copy to device for use.
Test Device : IPAQ 2210,
Library returns query results as DataTable objects so, you can use it
directly with databound objects likes dbgrid etc.
Record Length (100 byte, 1 integer primary key)
Insert 10,000 record takes 17 second
Select Query for 10,000 record takes 8 second
Insert 10,000 record to MMC card takes 24 second
Select Query for 10,000 record from MMC card takes 10 second
Regards.
PocketSYNC Team