Viewing 5 posts - 1 through 5 (of 5 total)
No, that's wrong. It's "incorrect syntax near ','"
May 9, 2003 at 2:57 pm
There is no error. The delete happens, the IF works, but the insert fails silently.
The sqlVals variable is generated from a for...each loop from a SELECT * recordset on an...
May 9, 2003 at 2:04 pm
Yes, it does insert multiple values. Sorry. I should have said that.
The results of the SELECT are: insert into translators values ('Israel','Lisa','53 Dartmout Park Road','London','NW5 1SL','UK','0207 485 2874','0207 267 4469','0207...
May 9, 2003 at 12:37 pm
Thanks Jeremy. You were right in your assumption and I am going to try and use dynamic sql though it looks hairy. Fingers crossed.
May 8, 2003 at 5:41 am
Sorry. that was stupid.
But now I get another error.
'Insert Error: Column name or number of supplied values does not match table definition'
The column values are supplied in an parameter. Is...
May 8, 2003 at 4:02 am
Viewing 5 posts - 1 through 5 (of 5 total)