ADD RECORDS TO MS ACCESS 2003 USING VB.NET PART 2
Loading...
3,086
Loading...
Uploader Comments (akosiDAN123)
see all
All Comments (39)
-
SALAMAT po sir DAN.., tnx for the tip.. it was a very big help.. thanks again..
-
@ewcentes89 solved
check your all database name if any name was mach then change that name here is link ( support.microsoft. com/kb/892608 )
copy the link and remove the space after dot
Loading...
more power to you sir dan.. nice tutorials., keep it up.. :)
16clairey 2 days ago
@16clairey thank you :)
akosiDAN123 52 minutes ago
sir maraming salamat sa video na to. nakatulong po to ng malaki sa project ko. Kaya lng ho my error po. naka hilight po ung da.Update(dt) tpos Syntax Error in INSERT INTO statement. . Sana po matulungan nyo ako. . .Salamat po :-(
ewcentes89 1 month ago
@ewcentes89 Hello, if you think the code is correct and you almost follow the code in the video one possible reason you get that error is your database properties. One error in your database is that you use a reserved word for column name in your database, using of space in database table column or you have incorrect select statement in your sqldataadapter. If your database is good and you still got the error kindly send me your program and your database.
akosiDAN123 1 month ago
Hi there, i'm getting a problem >> Syntax error in INSERT INTO statement.
can anybody please help me??
Thanks in advance, and great video! :D
mistrysun1 2 months ago
@mistrysun1 Happy Holidays,
Hello,
if you think the code have no error, I guess the error is due to your database properties
like having a space in column name, using reserved words in column name like "Position". If you still have error feel free to msg me.
akosiDAN123 2 months ago