Page 1 of 1

SQL Server Table Names With Periods (.)

Posted: Thu Apr 23, 2015 9:20 pm
by jdempsey@kahua.com
When you use your report wizard to generate a report and the datasource (using MS SQL Server) has a table with a period it in (i.e. "kahua_CompanyManager.kahua_Company") it results in an error when you try and run the report (screenshots attached). To fix the problem you have to edit your datasource and put brackets around the table names (i.e. "[kahua_CompanyManager.kahua_Company]"). Have you guys ever considered putting brackets around the table names in the "SELECT * FROM [...]" SQL statements that you generate?

Re: SQL Server Table Names With Periods (.)

Posted: Fri Apr 24, 2015 9:39 pm
by Ivan
Hello,

The problem is solved.
The patch will be available in the next prerelease build.

Thank you.