Query Designer Tool in Report Builder 2.0 does not allow you to use the Graphical designer for an ODBC Connection.
Here is a screen shot of what should have been a graphical interface to create a dataset.
The workaround is to type in a query which you have created, tested and verified earlier. The import can only import *.sql or *.rdl files from a saved location.
Updated information:
It appears that the Graphic interface in the Query Designer Tool works only with SQL Server according to one of MSDN Moderators.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3890536&SiteID=1
Showing posts with label DataSet. Show all posts
Showing posts with label DataSet. Show all posts
Tuesday, September 16, 2008
Monday, July 21, 2008
Binding a dataset to a DataGrid or a DataGridView Control
In VS 2008 you will find DataGridView Control in the Toolbox, but you can also add the DataGrid, another (older) type of data bound control.
How to bind these to the dataset is described in the following link. It is assumed you have instances of these controls on your form.
http://hodentekhelp.blogspot.com/2008/07/how-to-bind-dataset-to-datagridview.html
How to bind these to the dataset is described in the following link. It is assumed you have instances of these controls on your form.
http://hodentekhelp.blogspot.com/2008/07/how-to-bind-dataset-to-datagridview.html
Subscribe to:
Posts (Atom)
