error sqlDataReader
Publicado por lola (19 intervenciones) el 09/10/2006 20:19:48
Tengo esta linea de condigo
SqlDataReader myReader = myCommand.ExecuteReader();
y me da el siguiente error
Line 1: Incorrect syntax near '='.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near '='.
alguien me puede ayudar
muchas gracias
SqlDataReader myReader = myCommand.ExecuteReader();
y me da el siguiente error
Line 1: Incorrect syntax near '='.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Line 1: Incorrect syntax near '='.
alguien me puede ayudar
muchas gracias
Valora esta pregunta


0