| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | October 5 2004 2:53pm |
| Subject: | Re: To get value from MySql field problem | ||
| View as plain text | |||
cgifalco@stripped wrote:
> cout << "Name" << row["name"] << "\n";
Indexing by a row by a string had to be removed; it depended on lax C++
interpretation in older versions of g++. If you must use this feature
(and I wish you wouldn't...it's inefficient) it is available as
Row.lookup_by_name().
| Thread | ||
|---|---|---|
| • To get value from MySql field problem | cgifalco | 5 Oct |
| • Re: To get value from MySql field problem | Warren Young | 5 Oct |
