Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.83 KB | None | 0 0
  1. System.Data.Entity.Infrastructure.DbUpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.Entity.Core.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.InvalidOperationException: Error occurred during execution of DbCommand. See inner exception for more detailed information. Command information: Command Text: INSERT [dbo].[CfdInvestmentsMetaData]([CfdTradeId], [AccountID], [PipValue], [Volume], [OpenPrice], [CfdSymbolName], [OpenTradeValue], [OpenTradeDateTime], [CloseTradeDateTime], [External], [CreatedOn], [PNL])
  2. VALUES (@0, @1, @2, @3, @4, @5, @6, @7, NULL, @8, @9, @10)
  3. SELECT [Id]
  4. FROM [dbo].[CfdInvestmentsMetaData]
  5. WHERE @@ROWCOUNT > 0 AND [Id] = scope_identity()
  6. Command Type: Text
  7. Command Timeout: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement