On Wed, Dec 11, 2013 at 4:40 PM, Fred Taylor <fbtay...@gmail.com> wrote:

> Maybe use TRY/CATCH and handle the error?
>
> ---------------


You should be able to identify what you want in the catch in VFP I believe.
 In .NET

catch (SqlException se)
{
    String errorwas = se.Message;
    var InMessage = se.InnerMessage;
    // do any processing here
// throw anything if you want to

}

finally
{

}
-- 
Stephen Russell
Sr. Analyst
Ring Container Technology
Oakland TN

901.246-0159 cell


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/cajidmyldcmqgpg5mvjddlf5vg+s1pe94a_tks75cj8putxu...@mail.gmail.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