database connectivity using jsp code
i have two tables employee and adduser
insert into adduser(Emp_Id,Ename,Designation,Password,ReTypePassword)values('6867678po',(select Ename from employee),(select Designation from employee),'bbbb','bbbb'); so this syntax is possible to use in jsp code
based on employee id ename and designation are displayed how it is possible in jsp
employee->(Ename varchar(30),Address varchar(256),Designation varchar(32),DateOfJoining date,ContactNumber numeric(12),PANNumbernumeric(15),Emp_Id varchar(50) primary key)this is employee table schema in mysql
adduser->(Emp_ID varchar(50),Ename varchar(30),Designation varchar(32),Password varchar(10),ReTypePassword varchar(10)) this is adduser table schema in mysql
View Answers
Ads
Related Tutorials/Questions & Answers:
database connectivity using jsp code
database connectivity using jsp code i have two tables employee...),'bbbb','bbbb'); so this syntax is possible to use in
jsp code
based on employee id ename and designation are displayed how it is possible in
jsp
employee
Advertisements
database connectivity using mysql
database connectivity using mysql java file: eg1.java
package eg... seconds)
I am
using Netbeans 5.5, mysql server 5.0, to get data from table student. but while running this
code i am getting error as mentioned above
online database connectivity issue from JSP page .
online
database connectivity issue from
JSP page . Hi;
Everything working fine in localhost , but facing a simple problem in
connectivity with
database from my web site. In my local host-- when I am typing following
code
online database connectivity issue from JSP page .
online
database connectivity issue from
JSP page . Hi;
Everything working fine in localhost , but facing a simple problem in
connectivity with
database from my web site. In my local host-- when I am typing following
code
tree using jsp code
tree
using jsp code i want to draw a tree structure of a family hierarchy
using jsp code
edit values of database using jsp
edit values of
database using jsp hi i want a
code to edit the row from tye
database and display in a page which containd radio buttons and drop down boxes
using jsp code
edit values of database using jsp
edit values of
database using jsp hi i want a
code to edit the row from tye
database and display in a page which containd radio buttons and drop down boxes
using jsp code
oracle database backup using jsp
oracle
database backup
using jsp I want to take the backup of oracle database.I want to write the
code in
jsp ,so that when the page is loaded a backup of the
database is stored in one of my local drives.Is it possible to do
database connectivity
database connectivity how to create
database connectivity between HTML and sql server2005
jsp -sevlet connecting to database using dropdown
jsp -sevlet connecting to
database using dropdown How can I get my dropdown list from oracle
database and then submit it to another table in
JSP. I...
code that can do this. Most specifically I need the
code of the
JSP used
edit database using jsp and servlet
edit
database using jsp and servlet I am creating a website
using jsp and servlets that is used to view houses from a
database. I want to be able... information from the
database in the textboxes. Please help me to display
how to create database and table using jsp
how to create
database and table
using jsp hi frnds....,
i want to create
database and table in mysql
using jsp.... i have an registration form(name... table
using jsp code... the table name should be the name of the person
Image upload in mysql database using jsp servlet
Image upload in mysql
database using jsp servlet Hello, I need
code to insert image in mysql
database, I have seen the
code which is already in your portal but it is not inserting image into
database it save in the folder