I have a biz object that is occasionally failing to save data and I'm 
trying to understand why.

Here's an example of the SQL command it generates:
UPDATE webaccess SET lastmod={^2010-02-05 15:07:11}, nloginfail=0 
WHERE uniqueid=='_2UX13CCKE' AND nloginfail==1

The biz object uses _TALLY when hitting a VFP datasource to determine 
how many records were affected by the update statement, and it's 
often coming back as 0.

When I closed my app, and manually entered this string it worked and 
updated the record.

My question is: After running the UPDATE command, is there any other 
command I can issue to gather information as to the cause of 0 
records being affected?

In the past, I saw situations in which the WHERE clause would fail to 
match which explains the problem. In this case though, the Where 
shouldn't be failing.

Any help and advice greatly appreciated-
Steve


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/20100205202436.19f9c24c...@marge.leafe.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to