asp_cdo thread: IN ASP. HOW TO INSERT DATA INTO ORACLE DB ; INPUT RECEIVED FROM A FORM.
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
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