near the Create database statement u have mentioned that "create connection with the database"
can u please tell how to create a connection to the database
noteIbrahim Danlami Ahmed February 13, 2012 at 6:09 PM
Create a database, encapsulation of form application and installation to system. What is the way out 4 me carry out my project sir.
Thank you.
yours ever,
ibrahim
Hi..
I'm trying to insert data into table...
But, issue is that ,i need to insert a Sttaic table's data into 1 of the non static table...
i,e
DEPARTMENT is a static table which contains fields DEPT_ID and DEPT_NAME..
and
EPLOYEE is slave of DEPARMENT,which contatains fileds EMPLOYYE_ID,EMPLOYEE_FIRST_NAME,EMPLOYEE_LAST_NAME,EMPLOYEE_DEPT
So..How to resolve
regarding connection to the database Ramakanth November 17, 2011 at 11:47 PM
near the Create database statement u have mentioned that "create connection with the database" can u please tell how to create a connection to the database
noteIbrahim Danlami Ahmed February 13, 2012 at 6:09 PM
Create a database, encapsulation of form application and installation to system. What is the way out 4 me carry out my project sir. Thank you. yours ever, ibrahim
SQLManche shekhar March 6, 2012 at 11:08 PM
can we create database object table by without fields.
sqlKaleshwari September 26, 2012 at 9:36 AM
Hi.. I'm trying to insert data into table... But, issue is that ,i need to insert a Sttaic table's data into 1 of the non static table... i,e DEPARTMENT is a static table which contains fields DEPT_ID and DEPT_NAME.. and EPLOYEE is slave of DEPARMENT,which contatains fileds EMPLOYYE_ID,EMPLOYEE_FIRST_NAME,EMPLOYEE_LAST_NAME,EMPLOYEE_DEPT So..How to resolve
Post your Comment