Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i m trying to create a webpage which retrieve data from sqlplus database.and is able to edit,update or delete any infomation.Not using the table to show my values.

What I have tried:

i have no idea where to start..IF possible plz give me a link or solution for my question.
Posted
Updated 12-Oct-16 20:29pm
v2
Comments
Suvendu Shekhar Giri 13-Oct-16 2:28am    
SQL*Plus is not a database.
"SQL*Plus is an interactive and batch query tool that is installed with every Oracle Database installation. It has a command-line user interface, a Windows Graphical User Interface (GUI) and the iSQL*Plus web-based user interface."

So, do you want to connect to Oracle database from your C++ code ?

1 solution

You have not provided much info on what you have tried and all. This is not a place, where you just come and ask "I need this", but you have to show your work as well. Moreover, the tag is wrong.

However, as you are a newbie and I think you are not aware of the guidelines of posting a question, so answering you.

Go through the article mentioned below. Start a project and create a GridView and do CRUD operations.
Refer - GridView CRUD: Select Insert Edit Update Delete using Single Stored Procedure in ASP.Net[^]
 
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