Has anyone noticed that...if you create a ms access database with "Password" as one of the table's column name....
You can't make a data insertion through sql statements via oledb (no rows are affected)?
like : insert into employees(password) values('asd32f1asdf')
wasted me 1 1/2 hours trying to debug the thing in visual studio...
when I named the column to "Pwd" instead.... everything works.... :lol:
weird.....:confused:
it's just the same like when you create a new folder ... naming it "con" won't work... lol