RE: ENCRYPT Syntax problem

2003-10-10 Thread Thada, Shantalaxmi (NIH/CC/PET)
I think your INSERT syntax is wrong. There is no "TABLE" in the syntax. It has to be INSERT INTO admin VALUES . - Shanta -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 2:03 PM To: [EMAIL PROTECTED] Subject: ENCRYPT Syntax problem I

RE: ENCRYPT Syntax problem

2003-10-10 Thread Fortuno, Adam
First, don't use the word "table" in an insert into statement (e.g. `INSERT INTO tbl_nm (col_1, col_2, col_3) VALUES ('a', 'b', 3)` where tbl_nm is the name of a table in the database and col_1, col_2, etc. are names of columns in the specified table). Second, ensure the number of columns your inse