Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: How do I link 'Insert' sql statement with 'submit' button


Message #1 by "L. N. Sastry" <lnsastry@h...> on Thu, 19 Oct 2000 15:54:38 +0100
Hello:



I have created a data entry form to insert data into oracle database.  I

want that the entred data to be posted to the relevant columns in one of

the tables and commit when the user presses the 'submit' button.



My sql statement reads like - 

Insert into Table_one (id, last_name, first_name, type_code, entry_date, 

entry_user)

values(seq_id.nextval, ::Last name::, ::First Name::, ::Type Code::,

sysdate, user)



Thanks in advance for help.

Sastry


  Return to Index