knight1001
Technical User
I need to reference to Car No in the statement below any ideas?
<code>
commandpartthree = new OleDbCommand("INSERT INTO Drivers ([Full Name], [Car No], [Age], [Nationality], [Championship Points]) VALUES (@FullName, @CarNo, @Age, @Nationality, @ChampionshipPoints);");
</code>
<code>
commandpartthree = new OleDbCommand("INSERT INTO Drivers ([Full Name], [Car No], [Age], [Nationality], [Championship Points]) VALUES (@FullName, @CarNo, @Age, @Nationality, @ChampionshipPoints);");
</code>