views:

171

answers:

1

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.

A: 

I suppose you should make an alias for selected value:

select concat(column1, column2) as concatenated from table1
maxnk