G
guy
I am able to use the Server Explorer to create a dataset containing tables in my database. I am able
to bind a table to my combobox and set a filter by including a where clause. But I am unable to
concat 2 columns as an addition column in the select statement without getting an error. It seems
that I am restricted to use only the columns of the table.
How do I bind a combobox to the resultset of a SQL statement?
Furthermore, I need to sync the contents of a datagrid from the selectedvalue of the combobox. Any
ideas?
to bind a table to my combobox and set a filter by including a where clause. But I am unable to
concat 2 columns as an addition column in the select statement without getting an error. It seems
that I am restricted to use only the columns of the table.
How do I bind a combobox to the resultset of a SQL statement?
Furthermore, I need to sync the contents of a datagrid from the selectedvalue of the combobox. Any
ideas?