EvilZone
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
EvilZone
»
Programming and Scripting
»
.NET Framework
»
Visual Basic - SQL (add row to table)
Print
Pages: [
1
]
Author
Topic: Visual Basic - SQL (add row to table) (Read 1429 times)
0 Members and 1 Guest are viewing this topic.
Kryptonite
/dev/null
Posts: 16
Cookies: 0
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
»
Report to moderator
Logged
Kulverstukas
Administrator
Zeus
Posts: 6627
Cookies: 542
Fascist dictator
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.
Report to moderator
Logged
My blog:
http://9v.lt/blog
Print
Pages: [
1
]
EvilZone
»
Programming and Scripting
»
.NET Framework
»
Visual Basic - SQL (add row to table)