Downloading and installation
- Download SQLEXPR_ADV.EXE from the site of Microsoft to this page after you selected the language. SQLEXPR_TOOLKIT.EXE from this page after you selected the language.
- Important! First install Sql Server Express 2005
- If you have problems of installation, uninstall Sql server express and its correlate softwares, and after install first SQLEXPR_TOOLKIT.EXE and next SQLEXPR_ADV.EXE
- Download and install ODBC Firebird driver from here.
- Start>Settings>Control panel>Administration services>Origin ODBC. You will find the item Firebird/Interbase (r) driver in the Driver tab. Clic on "customer DNS" tab . Clic on the Add button>Select Firebird driver>it will open the window Setting for ODBC Firebird. In the textbox Name of the source of data (DSN) write any name for the source of the data. In the Database textbox insert the complete path of the Firebird database on your PC. In the textbox Client DLL insert the path of the library fbclient.dll on your PC.
- After the SQLEXPR_ADV_ITA (EN) installation it is appeared in the menù start directory, between the others, the voice Microsoft Sql Server 2005> Sql Server Business Development Intelligence Studio. Clic on it.
- Will be opened “Visual Studio 2005” IDE . Up in the Standard bar of the instruments clic on New Project, or in the Initial Page clic on Create Project. Give a name to the new project.
- Will appear "New Project" window. In the left pane select "Business Intelligence Projects". In the right pane select "Server Report" wizard. Give e name tho the project. Ok. Now you'll see report wizard window. Clic next.
- Now you have to set Data origin. Give it a name. From the combo "Type" select ODBC. Clic "edit". It will appear Connection properties window. Select "use connection string". Clic on "Generate" button. Ok. Will appear the connection string window. Next. Will appear Query project window. Write a simple query: select*from YourTable.
- Next. In the window Select type of report select, for simplicity, Table. Next. In the window Planning Table the fields of the table will appear to you, on the left side. Leave all as it is. Next. In the window Chose table style you can choose between the types of style listed, but it is clear that if you will not follow the guided procedure you can personalize as you want the styles of the report. Next. In the window Completion wizard you may give a name to your report. Therefore the end.
- To add a new report, in explorer solutions select Report folder and right clic Add report. you'll see report wizard window. Clic next. Now follow the steps from 9 to 10.
Therefore you have created your first one report with the Reporting Services. In the next argument we will see how to use the report with the control reportviewer in VB 2005.
