Passing values from an applet to a main method for JDBC - Mailing list pgsql-novice

From suhail sarwar
Subject Passing values from an applet to a main method for JDBC
Date
Msg-id PM.19981.988803899@pmweb6.uk1.bibliotech.net
Whole thread Raw
List pgsql-novice
Hi,

I have a problem with my java applet and my postgresql database. The applet takes values in a text field and inserts
theminto a database table. 

The actionPerformed() method in my java applet deals with a  button and gets values from a text field. Stores the input
valueto a string. How can i pass this string into the main method. Whenever i assign its value to a string it gives an
errormessage "nonstatic variable cannot be referenced from static context". So, is there a way to pass a value from
actionPerformedmethod (that is outside the main method) into the main method? 

Any ideas??

Suhail Sarwar

pgsql-novice by date:

Previous
From: "suhail sarwar"
Date:
Subject: inserting multiple vales into multiple tables using 1 prepared statement
Next
From: Joel Burton
Date:
Subject: Re: [PHP] psql with PHP question