Michael Dunn wrote:you change the constructor so you can pass the data when TxMgt is created
//public TxMgt() {
to
String userName
public TxMgt(String un) {
userName = un;
and in Login.java
//TxMgt tx = new TxMgt();
to
TxMgt tx = new TxMgt(jTextField1.getText());
Bear Bibeault wrote:What's this to do with JDBC?
Wendy Gibbons wrote:from stack overflow
http://stackoverflow.com/questions/7839907/no-more-data-to-read-from-socket-error
Koen Aerts wrote:Did you look in the DBMS log file and see if there's any indication as to why the connection fails?
Wendy Gibbons wrote:Have you done any research into this issue, other than posting here, as I found a few interesting issues, involving db setup with certain oracle version, reporting this error.
but i cant able to get your answer i had also extended it with jApplet but how can i insert my applet into this jtabbedpane give me example or method of it soon.