Posts by Marcus Maciel • 1 point
1 post
-
0
votes1
answer91
viewsQ: VB.NET with Acces database
I’m trying to make a CRUD here using VB.NET and Access, only when I’m going to perform a INSERT returns the error: "Sintax Error in INSERT INTO statement" Code: con.Open() Dim strCmd As String =…