Need help on Mysql Store Procedure(Front end is Java Swing)
Posted by: Bristi Dutta
Date: December 31, 2004 05:45AM

Hi, Everybody,
I need some help on Store Procedure: that's:
Suppose, there is a online form which should be filled by the end
user.The form is generated by using Java swing.(Here I like to mention that in my project front end is
by Java Swing, and back end by MYSQL.)Now I ve to write a store procedure to insert the information
about the user in the database whenever he/she click in the save button.
Now my question is that:
in the form suppose there is a text field named firstname.txt, and in the java code
I access the value using firstname.gettext();.So, what shd I pass in the
respective field of values in the insert command?
i.e. insert into<tablename>(<field names>),values(? ? ?);
(? ? ?)=> wat shd I pass here?
Please Help,
Thanks & Regards.

Options: ReplyQuote


Subject
Written By
Posted
Need help on Mysql Store Procedure(Front end is Java Swing)
December 31, 2004 05:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.