Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: IN ASP. HOW TO INSERT DATA INTO ORACLE DB ; INPUT RECEIVED FROM A FORM.


Message #1 by "venkatesh" <VENGU_MCA@y...> on Wed, 11 Sep 2002 05:45:21
hi all,
i need your valuable help in how to insert into oracle databse which i 
receive it from the user. i use ado recordset and command.
i need help for both.
if i use a design time control like DataGrid then how to do it.
thanks in advance. 
regards
arv 
Message #2 by "vinay" <vinaykumar@n...> on Mon, 23 Sep 2002 12:59:42
Hi,

      To insert data into an oracle database, you have to create a 
connection object to the database which you would like to connect to. Then 
create a recorset to the table which you would like to update and then 
execute the insert statement on the recordset.

       If this is not you are looking for, then reply back with clearly 
defining your question.

HTH

Vinay.



> hi all,
i>  need your valuable help in how to insert into oracle databse which i 
r> eceive it from the user. i use ado recordset and command.
i>  need help for both.
i> f i use a design time control like DataGrid then how to do it.
t> hanks in advance. 
r> egards
a> rv 

  Return to Index