Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: A Syntax Error Solution


Message #1 by "Brian" <bgmst5@y...> on Sat, 28 Oct 2000 00:14:50 +0100
Hello,



I am writing this message not to ask a question, but to give input to a

solution that i have found (if it has been given already, im sorry for

giving it again; i don't read all of the notes).  My error was that i had

rows in my database under the name password and access.  That was

generating the error, cause those were reserved words, so i used the []

around them:  insert into Users ([password], [access]) values ...  Then it

worked fine for me.  That was my syntax error and im posting this cause i

notice a bunch of people had it too, so im posting it just in case

somebody else is having this problem too.



Later,



Brian



Also, the people that gave me the website for the error, thank you cause

it helped alot.

http://www.adopenstatic.com/faq/80040e14.asp


  Return to Index