If Java is your forte, there are some Java SQL databases out there... there's one in SourceForge, but sorry, cannot remember the name. They usually claim comparable performance (to C based SQL db's). There's also SQLite for C/C++.
On Fri, 22 Apr 2005 12:03, Clinton wrote: > Thanks Matt > > Issue I have at the moment is being able to update the mobile devices with > the data source. > > For example. > > Database at head office \\\\\\///// remote office has mobile handheld and > needs to be updated ove the internet. (IP) based sych. > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Matthew Palmer > Sent: Friday, 22 April 2005 11:52 AM > To: [email protected] > Subject: [SLUG] Re: Mobile database solutions > > [Followups to slug-chat] > > On Thu, Apr 21, 2005 at 07:17:44PM +1000, Clinton wrote: > > I was just wondering if anyone out there in the Linux world has come > > across > > > a solution that would allow for a solution comparable with Ms SQL Server > > SE > > > (this is SQL for Pocket Pc devices). > > Comparable? Do you really need all of the features of something like SQL > server? (I have no idea what SQL Server SE actually is, or how it > compares, but SQL Server proper is fscking complex). > > For basic SQL data storage, use SQLite. You can quite possibly squidge > either of MySQL or PostgreSQL into your average CE-based device. > > > I am attempting to find a solution that is far more cost effective than > > the > > > M$ solution, any help would be great. > > Well, that would be more-or-less anything, really... > > - Matt -- --- Marek Wawrzyczny ------------------------------------- "Terrorism is the war of the poor, and, war is terrorism of the rich." - Peter Ustinov ------------------------------------- - -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
