• 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

urgent help

 
Ranch Hand
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am working on a project.. first hands on with java. Its a game that i need to develop. if you have seen the game show "who will be the millionaire"
where we have a host and a guest and a question with three options.
and the guest gets to choose one answer.
now i am thinking of using access to store the questions and answers and use java for all the other stuff... the user interface and stuff
i have no clue on how do i make the connection between access and java to read the records
can u people give me an idea
and also
the user interface is given to me as photoshop image coz the color scheme is diffcult to generate in java. how do i use this image with java objects to make it work?
 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

i have no clue on how do i make the connection between access and java to read the records


you mean MS Access? Read up a bit on JDBC then. You can setup the dsn in Control Panel > Data Sources (ODBC) (in w2k, its in Administrative tools). Get back if you dont understand something while setting it up.
Thanks
Karthik
SCJP 1.4
 
reply
    Bookmark Topic Watch Topic
  • New Topic