Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to create a table in oracle and ASP.NET as a front-end.

For example as we take the qualification of one person.

________________________________________________________
| Course | Duration | Year_of_pass | Percentage |
|________|_____________|________________|______________|
|________|_____________|________________|______________|
|________|_____________|________________|______________|
|________|_____________|________________|______________|
|________|_____________|________________|______________|


for this how can i create the table. Each empty value is an textbox. If i create
one table with these attributes how can i give multiple value for one attribute
while saving.

Help me for coding...

Warm Regards,

Jaison Joe...
Posted

Not sure what is the exact problem you are facing since you did not share any code. This LINK will help you to understand using ASP.NET with oracle.
 
Share this answer
 
Do u want to insert values in database?
for creating a table in a oracle database you can use create table syntax
and for asp.net frontend you use table and textbox fields!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900