| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Joe Stein | Date: | February 24 2010 7:31pm |
| Subject: | StoreQueryResult - field_name changing case | ||
| View as plain text | |||
Hi, is there a way to preserve the case of the field name coming back from (lets say) a stored procedure call? i.e. StoreQueryResult res; string column1name = res.field_name(1); cout << column1name; I am getting "countrycodes" and the column returned by my sproc (which I also see in command line calling the sproc) is "countryCodes" Any assistance is greatly appreciated please. /* Joe Stein, 973-944-0094 http://www.medialets.com */
| Thread | ||
|---|---|---|
| • StoreQueryResult - field_name changing case | Joe Stein | 24 Feb |
| • Re: StoreQueryResult - field_name changing case | Warren Young | 25 Feb |
| • Re: StoreQueryResult - field_name changing case | Joe Stein | 25 Feb |
| • Re: StoreQueryResult - field_name changing case | Warren Young | 25 Feb |
| • Re: StoreQueryResult - field_name changing case | Joe Stein | 25 Feb |
| • Re: StoreQueryResult - field_name changing case | Warren Young | 18 May |
