Im connecting to SQL Server 2012, using the MSSQL SQLServerDriver provided with the Ready API Tool.
I create and test the connection, it's valid. Using the "Build Query" wizard I select the table and the one field i desire. Select the "Test Query" arrow, select max rows (0 = all) the desired results are displayed. The query is quite simple:
Select [API Attendance Values].PersonReferenceId
From [API Attendance Values]
I click ok and the property is created with the name "[API Attendance Values]_PersonReferenceId"
When Ran in the window an incorrect Syntax error is produced, and it's right, the value in the window is now:
Select [API Attendance Values].PersonReferenceId as [API Attendance Values]_PersonReferenceId
From [API Attendance Values]
Ok thats Bad, but if I edit the Query window puting the original working query in, the query runs, tells me it runs, with the time it took.... but no data is displayed in the window, just empty rows.
I have not added any custom drivers or configuation to the software.
Please Advise,
Mark