CLR Stored proc debug problem

  • hi,

    I'm new to CLR Programming, here i'm trying to debug:

    '

    '

    '

    '

    Dim objReader As SqlDataReader = objCmd.ExecuteReader

    While (objReader.Read())

    Ackprocess(objReader(1).ToString())

    End While

    objReader is the sqlreader, objCmd sqlcommand

    the debug cursor is not processing to the while loop.

    thanks,

    🙂

  • hi i got the solution, there is a problem in the cmd query

    i put the try..catch then i find the error.

    🙂

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply