Author Topic: Visual Basic - SQL (add row to table)  (Read 1429 times)

0 Members and 1 Guest are viewing this topic.

Offline Kryptonite

  • /dev/null
  • *
  • Posts: 16
  • Cookies: 0
    • View Profile
Visual Basic - SQL (add row to table)
« on: September 29, 2013, 10:15:45 am »
Hi guys,


I'm having a tough time Adding rows on my project. I first used the project from : http://www.homeandlearn.co.uk/NET/nets12p10.html which worked perfectly, however, on my project where I edited the project above to add a row which has 4 columns, it tells me that there is an "INSERT INTO" error.
Even searching the error on-line served no help.


Please let me know if you know a different way to accomplish this
« Last Edit: September 29, 2013, 10:27:41 am by Kulverstukas »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Visual Basic - SQL (add row to table)
« Reply #1 on: September 29, 2013, 10:29:50 am »
We need to see your edited code.

From what you gave, I can only guess. And my guess is that you are re-using the same DB (with less than 4 columns) with the code that uses a DB with 4 columns, and that is why you get the error.