Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~5K People Reached
Favorite Tags
Member Avatar for muthumari

Hi, Using enter key only,How to go to the next page in submit button(without clicking that button(onclick) , using the tabkey).Anyone can u help me..... Thank you

Member Avatar for sravanthi07
0
452
Member Avatar for muthumari

hi , i am using server2go for "XAMPP" ,PHP(Front end) and Mysql(Back end). (ie) converting dynamic web page(Moodle) into CD-ROM. Actually it is working in the local machine(localhost).But when i am testing it in CD I am facing the problem of Drive problem.That is if my machine's CD drive is …

Member Avatar for ahromi
0
125
Member Avatar for muthumari

Hi..... How to access the MySql using servlet.... Now am using Mysql 5.0 & MyOdbc 3.51 What type of connector to be used?... We used the following syntax..is it correct?or not? Class.forName("org.gjt.mm.mysql.Driver"); Connection cn=DriverManager.getConnection("jdbc:mysql://192.168.1.38:3306/suba","root","erp"); Whenever i execute this program i got the error like this [B]ClassNotFoundException: org.gjt.mm.mysql.Driver[/B]

Member Avatar for tyson.crouch
0
266
Member Avatar for muthumari

Hi, I hava 1 error in accessing database using javabean in jsp(jsp custom actions).The error like this javax.servlet.ServletException: [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt my source code is given below.Anybody help me?? [code=java]package SQLBean; import java.sql.*; import java.io.*; public class DbBean implements java.io.Serializable{ private String …

Member Avatar for georgequinne
0
350
Member Avatar for muthumari

Hi, Hoe to insert multiple selection from checkbox(from jsp) in to one column of the table(sql server database ). Anyone can you help me? Thanx

Member Avatar for peter_budo
0
2K
Member Avatar for muthumari

Hi , How to write the database connection(insert,delete or select query) within javascript function.Is it possible.Anyone can you help me Thank you

Member Avatar for Zhoot
0
188
Member Avatar for muthumari

Hi, Tillnow am using notepad.I want to use Jcreator editor.I haven't any idea about how to use jsp in Jcreator.Now Am using ApacheTmacat4.0 is my Webserver. Anyone help me to this Query. Thanx in advance

Member Avatar for peter_budo
0
460
Member Avatar for muthumari

Hi , i have some elements in one form(sample.jsp).I want to insert that fields into database.But i know abt, the insertion of form values in to the database using next page(next page contains database connection) .But i don't know how do write the database connection within the same page(sample.jsp). Anyone …

Member Avatar for peter_budo
0
161
Member Avatar for muthumari
Member Avatar for masijade
0
99
Member Avatar for muthumari

I am new to Microprocessor 8086. i should submit this assignment by today evening. I want to know how to write a C program that calls an 8086 assembly subroutine that divides a unsigned 2 byte number by an unsigned single byte provided the single byte number is NOT zero. …

Member Avatar for Narue
0
115
Member Avatar for muthumari

Hi, I have an error, during accessing a datbase using jsp:useBean from jsp.Urgent i need this one my source code ispackage SQLBean; DbBean.java import java.sql.*; import java.io.*; public class DbBean implements java.io.Serializable{ private String dbDriver = "sun.jdbc.odbc.JdbcOdbcDriver"; private Connection dbCon; public DbBean(){ super(); } public boolean connect() throws ClassNotFoundException,SQLException{ Class.forName(dbDriver); …

Member Avatar for aniseed
0
149
Member Avatar for muthumari

hi i am new to PHP. Currently i am using IIS for PHP .But i want Apache serevr to run PHP.is it possible? is there any servers available to work with PHP? Pls reply.. Thanks

Member Avatar for JD.ua
0
185
Member Avatar for muthumari

I am passing 2 integers from C program to 8086 assembly subroutine and i am doing division operation in the subroutine using DIV function. I dont know how to return the quotient and remainder values from the subroutine to the C Program Help me please

Member Avatar for Narue
0
152
Member Avatar for muthumari

Hi, I am new to PHP.How do deselect the selected radio button.I have 4 radio button . If i select one radio button .Then How do the selected radio button go to deselected whenever i click the submit button. Anybody help me?? Thanx

Member Avatar for Lafinboy
0
138
Member Avatar for muthumari

// My JSP coding. This is stored in the following path http://localhost:8080/vennila/test.jsp <HTML> <HEAD><TITLE>DataBase Search</TITLE></HEAD> <BODY> <%@ page language="Java" import="java.sql.*" %> <jsp:useBean id="db" scope="application" class="SQLBean.DbBean"/> <jsp:setProperty name="db" property="*" /> <%! ResultSet rs = null ; ResultSetMetaData rsmd = null ; int numColumns ; int i; %> <center> <h2> Results from …

0
103
Member Avatar for muthumari

Hi, I haven't any idea about servlet chaining. anyone send small sample for servlet chaining. Thank you

0
90