INSERT STORED PROCEDURE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Can anybody give me a sample code / sql script to write a very good INSERT
INTO TABLE STORED PROCEDURE
1. It should take values from the client application which i should be able
to pass as parameters

2. it should take exception handling

bye
ss
 
ss,

The stored procedure is not different from the normal procedure with the
exception that you make in advance a declaration.

See my answer on your other message.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top