Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #20.4K
Ranked #4K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

7 Posted Topics

Member Avatar for kim2_0016

Sample Code for Login Using JFrame with MySql Server Database as Back End Further Discussion IM [email protected],[email protected] import java.awt.*; import java.awt.event.*; import java.io.FileOutputStream; import java.net.URL; import java.net.URLConnection; import javax.swing.*; import java.sql.*; import java.io.*; /** * Summary description for UserVallidation * */ public class UserVallidation extends JFrame { // Variables declaration …

Member Avatar for fliponymous
0
548
Member Avatar for blondie.simon

In the File menu--> New Project Types Tools and Deployement Option in There using that U can create Application Folder.ie Files to Place Program Files ,Start Menu Entry,Desktop Shortcuts and Registry Entry.

Member Avatar for kishorrana
0
126
Member Avatar for tactfulsaint

Hai,Can I know Which Database You are Using in MySql Server 5.0 means donwload EngIn MySql Client software download for Graphical Administrator. If You are using Oracle means U have Some Queries. Send Which Database you are Using to my Mail:[email protected]

Member Avatar for orko
0
123
Member Avatar for nikk
Member Avatar for abhi287

Yes,you can Use Jasper Report Technologies to display datas in Excel Sheets,Word.

Member Avatar for ahilan_23
0
128
Member Avatar for jkdil33

web application wont give .jar files .It gives war Files.Java Application application (Class with main Class) gives .jar File.If you want to Run a Jar File .You can use Jar2Exe Wizzard tool to Convert jar file into exe files.by double click the exe file it will run but JDK is …

Member Avatar for ahilan_23
0
2K
Member Avatar for mahesh kharvi

Verify you have the MySqlConnector.jar in your Project Folder.If not download it from google.com and add to project Folder.or Library Location of your IDE.check Whether MySql Service is running properly by Log in into MySql Client.IF Running Properly [code=java]Class.forName("com.mysql.jdbc.Driver"); String url1="jdbc:mysql://127.0.0.1:3306/ek"; Connection con1=null; ResultSet rs=null; con1=DriverManager.getConnection(url1,"mahesh","mahesh"); pstmt3=con1.prepareStatement("SELECT * FROM cust2"); …

Member Avatar for ahilan_23
0
128

The End.