VBSdb Error: Sql property not accepted. To fetch the Grid records, VBSdb is trying this Sql query:
select * from Val WHERE [Year] =
Returned error description is: 'Syntax error (missing operator) in query expression '[Year] ='.'
Please, perform the following debug steps:- control none of the tables involved in the query is exclusively opened for database managment
- try the Sql query displayed above directly against your database
- check the Sql property assignment
- check the SearchAliasFields property if a filter has been applyed and an ambiguous field name is detected
|
|