Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Swing / AWT / SWT and the fly likes How to devolop programs using AWT and JDBC? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "How to devolop programs using AWT and JDBC?" Watch "How to devolop programs using AWT and JDBC?" New topic
Author

How to devolop programs using AWT and JDBC?

sudheer yathagiri kumar
Ranch Hand

Joined: Mar 22, 2011
Posts: 31
Hi
to all

i want to devolop AWT-JDBC related application can you give me the suggition where can i found the basic programs to understand by laymen.....
thanks
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
What is the connection between AWT and JDBC? They serve rather different purposes.


Android appsImageJ pluginsJava web charts
sudheer yathagiri kumar
Ranch Hand

Joined: Mar 22, 2011
Posts: 31
hi ..
i am design my front page using AWT components i want to retrive the data from the database when ever the user click on the button actionPerformed(ActionEvent ae) is raised and we are writing code on that method na....
here i want to retrive the data...
this is the connection between AWT and jdbc ...
thanks in advance....
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
So do you have a specific question about JDBC? AWT questions should be asked in the AWT/Swing forum, not here.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Don't use AWT, use Swing instead. It's built upon AWT but looks nicer (well, I think so) and has more features / components.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Seabook Chen
Greenhorn

Joined: Mar 30, 2011
Posts: 10
I came across the page in the Sun Tutorial, so share it with you.
Wish it could be helpful.

http://download.oracle.com/javase/tutorial/jdbc/basics/jdbcswing.html
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to devolop programs using AWT and JDBC?
 
Similar Threads
printing from jsp
printing from javascript
Location based services - beginner
jdbc and the internet
Build xsl WYSIWYG?