I'm thinking this has been asked before, but I couldn't find anything. I'm trying to do more with SQL SSIS (Integration Services) and Reporting Services and our ERP system's OE10.1b database.
In order to expose datasets to the client side report builder tool for Reporting Services, as well as some tasks in SSIS, you have to create a Data Source View. It's easy enough--just drag and drop the fields you want to see. But Visual Studio adds [square brackets] around each table and field name...and P98157 says that syntax isn't standard. When you try to finish the data source view, you get a SQL Syntax Error 10713 because of the brackets.
I'm not sure which route to pursue here--the options I see are either getting the OE ODBC driver to like the brackets, or getting Visual Studio to not put them in. Which immovable object should I try to lean on...
In order to expose datasets to the client side report builder tool for Reporting Services, as well as some tasks in SSIS, you have to create a Data Source View. It's easy enough--just drag and drop the fields you want to see. But Visual Studio adds [square brackets] around each table and field name...and P98157 says that syntax isn't standard. When you try to finish the data source view, you get a SQL Syntax Error 10713 because of the brackets.
I'm not sure which route to pursue here--the options I see are either getting the OE ODBC driver to like the brackets, or getting Visual Studio to not put them in. Which immovable object should I try to lean on...