No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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 …
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.
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]
Yes,you can Use Jasper Report Technologies to display datas in Excel Sheets,Word.
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 …
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"); …
The End.