i wantto know how to delete,update,insert a specific row using oracle10g as database in visual studio with asp.net, using gridview checkbox and sqldatasource.

Member Avatar for LastMitch

@4567

i wantto know how to delete,update,insert a specific row using oracle10g as database in visual studio with asp.net, using gridview checkbox and sqldatasource.

You are asking 2 different questions.

This is the command used in ASP.net:

SELECT COMMAND :
    SELECT [column1]FROM [Table] WHERE
    INSERT COMMAND :
    UPDATE COMMAND :
    DELETE COMMAND :

Here is a link you can read more about this:

http://www.asp.net/web-forms/tutorials/data-access/accessing-the-database-directly-from-an-aspnet-page/inserting-updating-and-deleting-data-with-the-sqldatasource-vb

Regarding about oracle10g read here:

http://www.oracle.com/pls/db102/homepage

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.