Hello all, I have written an applet that talks to a server application
that then talks to a MySQL database.  The applet is a input form and I
want to insert the values from the input boxes into many tables in a
database. How would I go about doing this?
How I have it working is that I form the whole query within the applet
then send that whole string to the server application, but now I need to
be able to insert values into 3 different tables.  Would I put the query
strings into a vector and send that?
What do you recommend

_____________________________________________________________________

When I have a kid, I want to buy one of those strollers for twins. Then
put the kid in and run around, looking frantic. When he gets older, I'd
tell him he used to have a brother, but he didn't obey.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to