Search results for query: *

  1. L

    SQL Server bug

    Thank TechGnome, for your help... I know, this code just shows a parameterized query, but in other part of code i have SP's and this error occur too. I made your sugestions (a and b), but i don't have sucess... Have you another idea??? Thanks a lot.
  2. L

    SQL Server bug

    Hi, There is one part of the code where the error occur . Exactly in the line “Dim dr As SqlDataReader = myCommand.ExecuteReader(CommandBehavior.CloseConnection)” Public Function GetUsuario(ByVal Matricula As String) As Cl_Usuario Dim bd As SqlConnection Try bd = bd_Principal.CriaConexao()...
  3. L

    SQL Server bug

    Hello all, I have a problem in my WebApplication. The following error occures: System.Data.SqlClient.SqlException: A severe error occurred on the current command. The results, if any, should be discarded. This error occures also occasionaly on other Usercontrols, in which the...
Back
Top