jun_kai's Profile
Reputation: 3
Apprentice
- Group:
- New Members
- Active Posts:
- 8 (0.03 per day)
- Joined:
- 02-August 12
- Profile Views:
- 70
- Last Active:
Aug 03 2012 11:39 PM- Currently:
- Offline
Previous Fields
- Country:
- Who Cares
- OS Preference:
- Who Cares
- Favorite Browser:
- Chrome
- Favorite Processor:
- Who Cares
- Favorite Gaming Platform:
- Who Cares
- Your Car:
- Honda
- Dream Kudos:
- 0
Latest Visitors
-
kai_itz me 
04 Aug 2012 - 01:11 -
no2pencil 
03 Aug 2012 - 20:58 -
JackOfAllTrades 
03 Aug 2012 - 02:18
Posts I've Made
-
In Topic: how to combine two classes
Posted 3 Aug 2012
The getText() method will return the text of a JTextBox. Use .equals or .compareTo to compare the Strings -
In Topic: retrieve data from data base thorough submit button
Posted 3 Aug 2012
write your code in that format as..im using mysql so update your data according to your requirement
try{ Connection con = null; Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection("jdbc:mysql://localhost:3306/test";, "root", "root"); Statement st = con.createStatement(); int i= st.executeUpdate("Insert into employee(empName,empAddress) values('"+value1+"','"+value2+"')"); JOptionPane.showMessageDialog(null,"Data is successfully inserted into the database." ); st.close(); con.close(); } catch(Exception e){ System.out.println(e); }
in this i have make use of int, ucan use any datatype according to requirement. i just want to check format not data
put the above code on your submit button Action Listener.... -
In Topic: how to combine two classes
Posted 3 Aug 2012
check out this one...here you will got the best answer,,hope that might help you
http://www.ehow.com/...asses-java.html -
In Topic: External Hard Drive on Windows OS and Ubuntu OS...
Posted 3 Aug 2012
i dont think so,bcoz there is no such kind of feature in ubuntu,,however there might be some other hardware problem..you should check for your system -
In Topic: Linq query of three tables
Posted 3 Aug 2012
i dont know much about ms sql,,, but i think there is problem in your join ,,,, chek out this one, hope that might help u
http://blogs.msdn.co...-the-basic.aspx
My Information
- Member Title:
- New D.I.C Head
- Age:
- 22 years old
- Birthday:
- August 26, 1990
- Gender:
-
- Programming Languages:
- visual basic,, a little bit advance java
Contact Information
- E-mail:
- Private
|
|


Find Topics
Find Posts
View Reputation Given
|
Comments
jun_kai
02 Aug 2012 - 22:12