EvilZone

Programming and Scripting => .NET Framework => : Kryptonite September 29, 2013, 10:15:45 AM

: Visual Basic - SQL (add row to table)
: Kryptonite 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
: Re: Visual Basic - SQL (add row to table)
: Kulverstukas 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.