Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #54.9K
Ranked #4K
~430 People Reached
About Me

Name: Tin Nilar OoNick: PyaythuAge: 25Eduction: Computer ScienceLocation: Yangon, MyanmarPrivate Role: Java Programmer

Interests
Hobbies: Reading, Watching TV
PC Specs
Programming Language: Java
Favorite Forums
Favorite Tags
Member Avatar for Pavithra_1

try { int req_id=Integer.parseInt(request.getParameter("id")); Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Connection con=DriverManager.getConnection("jdbc:odbc:amcdb","",""); Statement st=con.createStatement(); ResultSet rs=st.executeQuery("select email from detail where id="+req_id+""); String result; String to=rs.getString(4); }

Member Avatar for jwenting
0
150
Member Avatar for shrutisoni

i have one problem to retrive data by row vise in new page from database and it will also keep null value space when it will printing. please help me so display data without null (space) and also row vise.

Member Avatar for pyaythu
0
109
Member Avatar for pi_lord12

Hey, so I'm trying to make a text-based game using mostly Swing GUI; the code I have so far is below. When I use JOptionPanes I modify the icon, title, and suchlike on them, so I have about two lines of code for every JOptionPane. I created methods for them …

Member Avatar for pi_lord12
0
171