Getting TacQueryBuilderError on starting the component with database server autodetection turned on
Last modified:
If you get the TacQueryBuilderError exception notification in the IDE on starting the component like this,
you probably use the AutoSyntaxProvider or Universal syntax provider with the SQLSyntax property set to Auto. In this mode, AQB runs a series of server-specific queries to determine what server it is currently connected to. These queries should fail with an unsuccessful server guess, but exceptions are handled so the user won't see them.
If you know your database server beforehand, simply set the right syntax provider manually to avoid these queries.
you probably use the AutoSyntaxProvider or Universal syntax provider with the SQLSyntax property set to Auto. In this mode, AQB runs a series of server-specific queries to determine what server it is currently connected to. These queries should fail with an unsuccessful server guess, but exceptions are handled so the user won't see them.
If you know your database server beforehand, simply set the right syntax provider manually to avoid these queries.