• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Connect Two MIDlets?

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai,
I'm doing an application which has a login page. it queries the database and check for user authetication and later if valid user he should be given the various options mentioned..
i get that whether the user id valid or not but my problem is....i don't know how to direct it to the options to be given to the user since it is written as different MIDlet.and also since all the operations has got a connection to the databse which is been handled by thread.. when one or more threads comes in one program it is showing a deadlock warning() when MIDlet is executed.
please help me....if anyone knows please tell how to connect the login page and the options to be performed?

regards,
Saumya.
 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Are you using RMS as database or something else on a server machine?

Mihai
 
Soumya Mathai
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using MySQL as database in server machine.

pls help me solve this problem.

regards,
saumya.
 
reply
    Bookmark Topic Watch Topic
  • New Topic