Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #16.0K
Ranked #3K
~4K People Reached

8 Posted Topics

Member Avatar for vazzdoin

Friend i think you have error in [CODE]# String[] serviceArray; # serviceArray = request.getParameterValues("services");[/CODE]this statement because below code works perfect check it. [CODE]<%@page import="java.sql.*,java.io.*;"%> <% try { Class.forName("com.mysql.jdbc.Driver"); Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/db","****","****"); String strQuery = "select * from services "; Statement st=con.createStatement(); Statement st1=con.createStatement(); ResultSet rs =null; ResultSet rs1 = null; rs …

Member Avatar for Manda.Ravi
0
1K
Member Avatar for k2k

Simple man download the connector/j driver and add it to the environment variables.(named classpath) then use [CODE] Class.forName("com.mysql.jdbc.Driver"); String url = "jdbc:mysql://localhost:3306/databasename" [/CODE] Now you able to connect,if using phpmyadmin then add the classpath to that mysql available in wamp or xamp server you are using

Member Avatar for masijade
0
715
Member Avatar for vij123
Member Avatar for peter_budo
0
595
Member Avatar for albertef

Friend provide the code you tried for insert. and keep in mind the space in between the two words is always giving you problem so use session to store the values and insert into table.

Member Avatar for mohamedsafiq
0
97
Member Avatar for troyboy7610

If you don't have xp cd,have you tried sytemrestore that is change the system to previous date go to start->allprograms->accesories->system tools->system restrore->select a date where system worked perfect and do a restore. If still problem persists create a new user from control panel and delete the old user this might …

Member Avatar for mohamedsafiq
0
139
Member Avatar for Bemani_lover

Can you explain a bit more that is passing an array is easy to do,what do you expect from swapping.

Member Avatar for peter_budo
0
143
Member Avatar for Xeros606

you can find lot of open source projects on net download and work it out then you can able to do the projects with your own.

Member Avatar for mohamedsafiq
0
88
Member Avatar for kings

The code below is the full working code [CODE]<html> <head> </head> <body> <form name="upload" method="post" action="resumeinsert.php" ENCTYPE="multipart/form-data" > <div> <table> <tr> <td><input type="radio" name="member" value="Split Candidate">Split Candidate</td> </tr> <tr> <td> Resume title </td><td> <input name="title" type="text" /></td> </tr><tr> <td> Salary</td><td> <input name="keywords" type="text"/></td> </tr> <tr> <td> Industry Type *</td><td> <select …

Member Avatar for mohamedsafiq
0
1K

The End.