20.01.2013 Views

View - Tesis Electrónicas Universidad de Chile

View - Tesis Electrónicas Universidad de Chile

View - Tesis Electrónicas Universidad de Chile

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

String a= "SELECT * FROM cliente WHERE<br />

cliente.CODICLI='"+ this.Codigo +"'" ;<br />

rs = statement.executeQuery(a);<br />

}<br />

while (rs.next()) {<br />

}<br />

this.Codigo = rs.getString("CODICLI");<br />

this.Nombre = rs.getString("NOMBRE");<br />

this.Contrasena = rs.getString("CONTRASENA");<br />

rs.close();<br />

statement.close();<br />

}<br />

catch (Exception e) {<br />

e.printStackTrace();<br />

}<br />

public String getNombre() {<br />

return this.Nombre;<br />

}<br />

public String getContrasena() {<br />

}<br />

return this.Contrasena;<br />

public int cuentaReq(Connection conexion){<br />

Statement statement = null;<br />

ResultSet tabla= null;<br />

try {<br />

// statement =<br />

conexion.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CON<br />

CUR_UPDATABLE);<br />

199

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!