i was just woking with the simple jdbc program, the input will be taken from the textbox entry on the applet....and the values must be inserted into the database(ms access). now, there is no compile-time error, but when i input the values and press update button an error in the cmd is prompted as:
There are a number of things applet can't do for security reasons, and using the JDBC/ODBC database driver is one of those things. The applet either needs to be signed, or the local security policy altered; both are described in HowCanAnAppletReadFilesOnTheLocalFileSystem. [ August 03, 2007: Message edited by: Ulf Dittmer ]