The Artima Developer Community
Sponsored Link

Java Answers Forum
How load data from Mirosoft access and plot a graph

1 reply on 1 page. Most recent reply: Nov 1, 2003 6:30 PM by Senthoorkumaran Punniamoorthy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
syed

Posts: 1
Nickname: ccny1102
Registered: Oct, 2003

How load data from Mirosoft access and plot a graph Posted: Oct 31, 2003 11:29 AM
Reply to this message Reply
Advertisement
Hi Guru;

I am new in java. Let me know how to load data from mirosoft access and plot a graph. I need to load 2 columns from the microsoft access


ccny


Senthoorkumaran Punniamoorthy

Posts: 335
Nickname: senthoor
Registered: Mar, 2002

Re: How load data from Mirosoft access and plot a graph Posted: Nov 1, 2003 6:30 PM
Reply to this message Reply
You need to use jdbc:odbe bridge driver to connect to access database and then run a select query and get the results and then use them to plot the graph.

Flat View: This topic has 1 reply on 1 page
Topic: MathOps.java from Eckel does not work Previous Topic   Next Topic Topic: MVC and Struts

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use