• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Please suggest a database for my J2ME project.

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am quite new to j2me. I have a project in .net and I need to implement it in J2ME. Its database consists of about 50 tables. It uses SQLServer lite for mobile and Sql Server 2005 as remote server and these two databases synchronizes occasionally.
Can anyone suggest which DATABASE is suitable to implement this project in J2ME ?.
When I googled I got J2MEMicroDB and Apache Derby. Also DB2 and Sybase. Will these provides the JDBC API also for connection?

Please help me...
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Vinoos"

Welcome to the JavaRanch. We don't have many rules here, but we do insist that you use a real name for your displayed name. Could you change it please?

http://www.javaranch.com/name.jsp

There a a number of databases available for J2ME, some of which are SQL and some of which are not. A tougher problem may be syncing with a server-side database. As far as I know, you'd have to do that the hard way.
 
reply
    Bookmark Topic Watch Topic
  • New Topic