| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Bassam A. Al-Khaffaf | Date: | February 26 2007 12:51am |
| Subject: | How to overcome a runtime error when there is no matching in database | ||
| View as plain text | |||
Dear All,
Using win32 C++ with MySQL++ 2.2.0. I am trying to query my data base
using SSQLS. I am successfully retrieving the information from my database
using the following command:
Cout << attributesList.lower_bound(_ATTRIBUTES_LIST(attribute_id,
vendor_id))->attribute_name << endl;
However, I am getting a runtime error when there is no (attribute_id,
vendor_id) matching in my database so how can I control or overcome this
error.
For example, if there is nothing returned, a NULL or “no match found”
message could be show up.
Regards
Bassam
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.441 / Virus Database: 268.18.3/697 - Release Date: 2/22/2007
11:55 AM
| Thread | ||
|---|---|---|
| • How to overcome a runtime error when there is no matching in database | Bassam A. Al-Khaffaf | 26 Feb |
| • Re: How to overcome a runtime error when there is no matching indatabase | Warren Young | 27 Feb |
| • RE: How to overcome a runtime error when there is no matching in database | Bassam A. Al-Khaffaf | 27 Feb |
| • Re: How to overcome a runtime error when there is no matching indatabase | Warren Young | 27 Feb |
| • RE: How to overcome a runtime error when there is no matching in database | Bassam A. Al-Khaffaf | 27 Feb |
| • Re: How to overcome a runtime error when there is no matching indatabase | Warren Young | 28 Feb |
