J
Jamie Macleod
Hi Ginny,
Thanks. For sure, let me know. You can tell me on this forum or the VO
forum.
Jamie
Thanks. For sure, let me know. You can tell me on this forum or the VO
forum.
Jamie
I wonder why you SQL guys always think that SQL is an advantage.
Jamie said:Looks like a good product, but I wouldn't use it because I don't
like your licensing.
http://gt40.40th.com/bench_gt40_arm.html
About 10,000% (literally) faster than anything I've seen posted
here (from you, specifically), but no, nothing to do with slow-
as-molasses-in-winter CF. I don't even start measuring until
25k items, since anything less is done before you release the
start button.
Jamie said:I didn't say there was anything wrong with it. I just don't like it myself.
I don't like tying my self to another company financially on a percentage
basis.
Jamie said:I have no idea what you mean by "100 licenses for amount X".
Your web site:
commercial deployment
Any use of db4o with the intent of generating financial benefits for anyone
is regarded as commercial use and requires a commercial license. Due to the
variety of different usecases, offers are negotiated individually.
Please send inquiries that describe your intended use to (e-mail address removed).
Carl,
I have no idea what you mean by "100 licenses for amount X".
From your web site it looks like I have two options. Site licenses or a
percentage. "Make me a deal" might count as a third option, but isn't real
clear.
I wonder why you SQL guys always think that SQL is an advantage.
It's a hassle for the developer to construct SQL strings and it
consumes a lot of time for the database engine to parse strings.
bumerang said: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