Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread EDB #700 Error
Mon, Jan 1 2007 1:03 PMPermanent Link

Charalabos Michael
Hello Tim,
  The following SQL produces #700 error:

UPDATE Users
SET TotalCount = 0, TotalSize = 0
WHERE ID = 0

This works though:
UPDATE Users
SET TotalCount = 0
WHERE ID = 0

--
Charalabos Michael - [Creation Power] - http://www.creationpower.com -
http://www.creationpower.gr
Tue, Jan 2 2007 2:04 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Michael,

<<  The following SQL produces #700 error: >>

It's fixed.

Thanks,

--
Tim Young
Elevate Software
www.elevatesoft.com

Image