JavaEE IDE Eclipse

0

Good evening, I'm new to the group and I'm having a problem with my code, could anyone give me a hint, this is the error that the system is returning to me:

com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'Login' in 'field list'     at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance (NativeConstructorAccessorImpl.java:57)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance (DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance (Constructor.java:526)     at com.mysql.jdbc.Util.handleNewInstance (Util.java:411)     at com.mysql.jdbc.Util.getInstance (Util.java:386)     at com.mysql.jdbc.SQLError.createSQLException (SQLError.java:1052)     at com.mysql.jdbc.MysqlIO.checkErrorPacket (MysqlIO.java:3609)     at com.mysql.jdbc.MysqlIO.checkErrorPacket (MysqlIO.java:3541)     at com.mysql.jdbc.MysqlIO.sendCommand (MysqlIO.java:2002)     at com.mysql.jdbc.MysqlIO.sqlQueryDirect (MysqlIO.java:2163)     at com.mysql.jdbc.ConnectionImpl.execSQL (ConnectionImpl.java:2624)     at com.mysql.jdbc.PreparedStatement.executeInternal (PreparedStatement.java:2127)     at com.mysql.jdbc.PreparedStatement.execute (PreparedStatement.java:1362)     at.sourceforge.net.uk/index.html     at.wikipedia.org.     at

    
asked by anonymous 24.06.2015 / 23:31

0 answers