From: Warren Young Date: February 28 2007 1:04pm Subject: Re: How to overcome a runtime error when there is no matching in database List-Archive: http://lists.mysql.com/plusplus/6390 Message-Id: <45E57DF8.8000605@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1250; format=flowed Content-Transfer-Encoding: 7bit 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.