System.Data.SqlClient.SqlException: 'Incorrect syntax near the keyword 'Transaction' – Asp.net
I Have been looking at this for 2 hours where is this incorrect syntax!? Here is the line the error happens https://i.stack.imgur.com/08tGY.png public static class InvestorProcessor { public static int CreateInvestment(int id, string tickerSymbol, Sale transactionType, string companyName, int quantity,…