R
Ray
I've used the DRW to generate a page which updates a
table. It just will not work - I've cut the query down to
this:
UPDATE tblItem SET ItemName ="Name" WHERE ItemId
= ::ItemId:: but it still will not work. I know that
there is a value in ::ItemId:: because on the same page I
have another DRW which retrieves sn Item based on that
Id. Is there a generic problem with updating tables in
FP? If I change ::ItemId:: to a number then the update
query works, but that's not a great deal of use.
Any ideas?
table. It just will not work - I've cut the query down to
this:
UPDATE tblItem SET ItemName ="Name" WHERE ItemId
= ::ItemId:: but it still will not work. I know that
there is a value in ::ItemId:: because on the same page I
have another DRW which retrieves sn Item based on that
Id. Is there a generic problem with updating tables in
FP? If I change ::ItemId:: to a number then the update
query works, but that's not a great deal of use.
Any ideas?