Go to page 1 ... 301, 302, 303, 304, 305, 306, 307 ... 476
  Forum » Foro Liga Liga Hardcore´s (Vol. 4) » El hilo mas largo de la historia del striker VII Date
Username
270 msgs.
First-team player
@champos said:
no me estoy enterando de na
public FrmPedidos() {
try {
initComponents();
cnn = Conexion.getConexion();
stmtClientes = cnn.createStatement();
rstClientes = stmtClientes.executeQuery(
"Select * from Clientes");
while (rstClientes.next()){
cbxCliente.addItem(new Cliente(rstClientes));
}
stmtProductos = cnn.createStatement();
rstProductos = stmtProductos.executeQuery(
"Select * from Productos");
while (rstProductos.next()){
cbxProducto.addItem(new Producto(rstProductos));
}
this.txtNumPedido.setText(String.valueOf(Pedido.getNuevoNumeroPedido()));
inicializarForm();
} catch (SQLException ex) {
Logger.getLogger(FrmPedidos.class.getName()).log(Level.SEVERE, null, ex);
System.exit(0);
}
}


Joder con consultas SQL y todo,
para que es ese codigo de java?
02/06/2013 12:59
  - Div/Gr
Username
7679 msgs.
Golden Ball
es buen precio kreo,a principio de tempo vendi un ei c eso xd
me lo ha candao un @ jaaj
02/06/2013 12:59
  🦊3773™ - Div1/Gr1
Username
7679 msgs.
Golden Ball
ras93 said:
@champos said:
no me estoy enterando de na
public FrmPedidos() {
try {
initComponents();
cnn = Conexion.getConexion();
stmtClientes = cnn.createStatement();
rstClientes = stmtClientes.executeQuery(
"Select * from Clientes");
while (rstClientes.next()){
cbxCliente.addItem(new Cliente(rstClientes));
}
stmtProductos = cnn.createStatement();
rstProductos = stmtProductos.executeQuery(
"Select * from Productos");
while (rstProductos.next()){
cbxProducto.addItem(new Producto(rstProductos));
}
this.txtNumPedido.setText(String.valueOf(Pedido.getNuevoNumeroPedido()));
inicializarForm();
} catch (SQLException ex) {
Logger.getLogger(FrmPedidos.class.getName()).log(Level.SEVERE, null, ex);
System.exit(0);
}
}


Joder con consultas SQL y todo,
para que es ese codigo de java?


VENTANAS ASI

02/06/2013 13:15
  🦊3773™ - Div1/Gr1
Username
924 msgs.
MVP of the game
en br, para los "treinadoes de meios" mci 21/14 prog 88 previ 91 desde 0 euros 02/06/2013 13:16
  - Div/Gr
Username
2750 msgs.
Best scorer
cuanto puede variar un DFI previ 93 con mister de 88 a uno 99?
Sera 95 o por ahi,no?
02/06/2013 13:37
  en fin... - Div2/Gr1
Username
2750 msgs.
Best scorer
http://en.strikermanager.com/jugador.php?id_jugador=14297662
Para el q tenga pasta,siempre salen esos cuando estoy pelao
02/06/2013 13:58
  en fin... - Div2/Gr1
Username
2737 msgs.
Best scorer
buenas, dia de comunion, alcohol, alcohol.....

EI de progre 80 en subasta desde 0
02/06/2013 15:26
  - Div/Gr
Username
9258 msgs.
Golden Ball
paketes no decis nada

el @carero con su java... y poco mas
03/06/2013 10:31
  0, - Div2/Gr2
Username
6289 msgs.
Golden Ball
buenos días 03/06/2013 10:48
  - Div/Gr
Username
1870 msgs.
International
doradita paso el amistoso a Beta 03/06/2013 14:54
  ♓HC $ business♓ - Div2/Gr2
     
Go to page 1 ... 301, 302, 303, 304, 305, 306, 307 ... 476
304