Hi Mitch
I have a connection string, it is defined as follows:
Data Source=MERLOT\SQLEXPRESS;Initial Catalog=sarah;Integrated Security=True
MERLOT is my host, where I am running SQL Server. 'sarah' is the name of my test database.
I have been looking into the matter of connection strings and it seems to be an arcane science, not for the uninitiated or fainthearted.
I am just wondering, if the Microsoft Reporting is working OK then presumably my connection string is OK, as I'm able to pass the data into my application that way.