Cannot update form

GoodDay

I have put a database onto a form designed in vb 2005 express. When I work on the form it sometimes cannot update with new data and leaves a message JIT debugging problem .

How can I set the JIT debugging so that I can work on my data and update the form live.

Thanks in advance

Rob




Answer this question

Cannot update form

  • xpding

    The problem is with the sql , nothing else

  • JacquesRoth

    If the problem is with the SQL, then post the SQL code and the SQL error message. Any error message about JIT is NOT a SQL error message.

  • dror_y

    I don't know.

    This issue was raised in the following link.http://support.microsoft.com:80/default.aspx/kb/922214 and does not seem to resolve the problem.

    Still the same JIT debugger message.

    Maybe relook. this problem only occurs when I have a sql data base in my vb program . and to make it intresting , not all my programs which have the sql server in them. Only the more recent ones.

    Rgds

    Rob



  • SPECIALK_BC

    This is a question best posted in one of the Visual Basic and/or Visual Studio Forums.

    It does not seem to be related to SQL Server.



  • Prabagarane

    I don't see how the KB article you've pointed to has anything to do with the behavior you're describing. Just because it has the term JIT compiler error doesn't mean they are related.

    As mentioned, this belongs in the VS forms since the error is happening in VS. You'll also need to provide way more information about the specific error and what is happening in the program when the error occurs. I'll get you started by moving this thread to a more appropriate forum.

    Mike



  • Cannot update form