This topic is locked

row deletion

4/7/2003 8:01:02 PM
ASPRunnerPro General questions
D
datamodeler author

I have a table whose primary key is char(2). ASPRunner allows me to insert rows. But when I attempt to delete a row whose primary key is 'ts' , ASPRunner provides: ..."where AccountID=ts " for the where clause of the delete statement. Obviously it should be: ..."where AccountID='ts' ".
How can this be fixed?
Thanks,
Mike Harris

admin 4/8/2003

Mike,
could you tell what database do you use?
Another question: does this problem happen also when you edit data?
Sergey Kornilov