Everytime i retrieve data from a mysql stored procedure with a concat function an error will occur after binding the datagridview to the datatable that holds the returned rows.
views:
171answers:
1
A:
I suppose you should make an alias for selected value:
select concat(column1, column2) as concatenated from table1
maxnk
2008-12-15 18:14:45