Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/07/2006, 13:58
Avatar de javierdotnet
javierdotnet
 
Fecha de Ingreso: julio-2006
Mensajes: 2
Antigüedad: 18 años, 9 meses
Puntos: 0
De acuerdo Quitale el punto y coma ;)

Quitale el punto y coma al final de la instruccion .
tu select :
Codlibro="SELECT C_Libro FROM Libros" + " WHERE (Nombre_Libro='"+ Session("Libro")[e] +"');";

el bueno (eso creo) :


Codlibro="SELECT C_Libro FROM Libros" + " WHERE (Nombre_Libro='"+ Session("Libro")[e] +"');"