Ver Mensaje Individual
  #10 (permalink)  
Antiguo 08/01/2007, 16:35
Avatar de magosc
magosc
 
Fecha de Ingreso: diciembre-2006
Mensajes: 72
Antigüedad: 18 años, 1 mes
Puntos: 0
Re: De moda el DataGrid

Fijate q decidi hacer una nueva tabla.... q solo tuviera dos campos para probar...pero tampoco... hice esto..y no me funciono

Código HTML:
Function LoadID() As DataTable
         adp = New SqlDataAdapter("select can_p AS Cantidad , sal_p AS Existencai from p_prueba", cnx)
         adp.Fill(DS, "LoadID")
         cnx.Close()

         Return DS.Tables("LoadID")
      End Function
pero ahora me este error:...
Código PHP:
Input string was not in a correct format
DescriptionAn unhandled exception occurred during the execution of the current web requestPlease review the stack trace for more information about the error and where it originated in the code

Exception DetailsSystem.FormatExceptionInput string was not in a correct format
haaaaa ....

Gracias Stream!!!