If I have an insert stored proc. already writen. How do I use it in
VB, asuming the DB is already connected to. I have text boxes full of info and I want to click an insert command button and insert a new record in the DB. I know there is a way by using the execute SQL command but I am not sure of the syntax. I don't want to set up a parameters storedproc I just want to use the storedproc I already have. I hope I explained it right.
Thanks for you help
Jamie