Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. sql error # 55030

sql error # 55030

Scheduled Pinned Locked Moved Database
databasehelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    deepalititi
    wrote on last edited by
    #1

    when i run my application i got error "SQL Error # 55030 Optimistic Conncurrency Error". please provide solution for it

    A 1 Reply Last reply
    0
    • D deepalititi

      when i run my application i got error "SQL Error # 55030 Optimistic Conncurrency Error". please provide solution for it

      A Offline
      A Offline
      andyharman
      wrote on last edited by
      #2

      If your database is SQL-Server then this is probably a user-defined error message that is produced by one of the following:

      • A stored procedure within your database (look for instances of RAISERROR).
      • A trigger within your database (look for RAISERRROR).
      • The front-end application that is accessing your database (this depends on which programming language has been used on the front-end - for VB/VbScript look for Err.Raise).

      You will need to investigate your system more deeply to identify where the error comes from. Regards Andy

      If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message".

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups