Search found 1 match

Go to advanced search

by Oriol
Fri Dec 11, 2015 2:20 pm
Forum: Issues
Topic: Error API Express with spaces in table names
Replies: 2
Views: 225
 
Jump to post

Error API Express with spaces in table names

Hi, I have create in API Express a model connected to Microsoft SQL Server, but when i test it give me a error. I have seen in SQL Server Profiler that api express send this select: ... FROM dbo.Table Name... It's incorrect, it should be: ... FROM dbo.[Table Name]... Please fix asap Regards

Go to advanced search