__Issue__
In addition to [my previous report](https://sqlcetoolbox.codeplex.com/workitem/11871), when I work with a very long queries (90,000 symbols long), which I can execute through the code, SQL Compact Tool gives me an error on executing. Perhaps there are some issues with parsing long queries, because the reported problematic data type differs in the error I receive (see below) for different queries, but in general the errors are very similar.
If I make my SQL query shorter, it works fine and it doesn't matter which part of my query I chucked out.
__Example:__
```
Error Code: 80004005
Message : The data type is not valid for the boolean operation. [ Data type (if known) = datetime,Data type (if known) = nvarchar ]
Minor Err.: 25955
Source : SQL Server Compact ADO.NET Data Provider
Err. Par. : datetime
Err. Par. : nvarchar
```
In addition to [my previous report](https://sqlcetoolbox.codeplex.com/workitem/11871), when I work with a very long queries (90,000 symbols long), which I can execute through the code, SQL Compact Tool gives me an error on executing. Perhaps there are some issues with parsing long queries, because the reported problematic data type differs in the error I receive (see below) for different queries, but in general the errors are very similar.
If I make my SQL query shorter, it works fine and it doesn't matter which part of my query I chucked out.
__Example:__
```
Error Code: 80004005
Message : The data type is not valid for the boolean operation. [ Data type (if known) = datetime,Data type (if known) = nvarchar ]
Minor Err.: 25955
Source : SQL Server Compact ADO.NET Data Provider
Err. Par. : datetime
Err. Par. : nvarchar
```