6 messages in com.mysql.lists.plusplusRe: How to overcome a runtime error w...
FromSent OnAttachments
Bassam A. Al-Khaffaf25 Feb 2007 16:51 
Warren Young26 Feb 2007 19:53 
Bassam A. Al-Khaffaf27 Feb 2007 00:26 
Warren Young27 Feb 2007 01:14 
Bassam A. Al-Khaffaf27 Feb 2007 01:58 
Warren Young28 Feb 2007 05:04 
Subject:Re: How to overcome a runtime error when there is no matching in database
From:Warren Young (mysq@etr-usa.com)
Date:02/28/2007 05:04:33 AM
List:com.mysql.lists.plusplus

Bassam A. Al-Khaffaf wrote:

I am sorry for the shortage of the provided information. However, a partial code snippet is shown below, take note that the "attributesList" container is always containing records:

In that case, I guess the only thing you can do is to store attributesList.size() in a temporary variable before the storein() call, and compare it to the size after the call.