I got some issues with Syntax error for my insert statement.
I can read access database without any issues.
I tried to put in all data as simple string but still not working.
Executing in Access works fine though.
Please help.
cmd.CommandText = "INSERT INTO POSITION (positionID,stockSymbol,stockName,cashTransaction,lastUpdate,initialQuantity,initialValue,currentQuantity,currentValue,positionStatus) VALUES ('2','2','2','2','2','2','2','2','2','2')"
cmd.ExecuteNonQuery()