I have a union query which combines six select queries. Unfortunately, changing the DB structure is not an option. The query has worked fine with five select queries. The error occurs when adding the sixth query. To verify that there no problem with the sixth query, I replaced the fifth query with the sixth. Runs fine. There seems to be limit when placing the sixth select statement.<br>
<br>
The exact error is:<br>
DB-Library: Unexpected EOF from SQL Server. General network error. Check your documentation.<br>
Net-Library error 10054: ConnectionCheckForData ((null)()).<br>
<br>
DB-Library Process Dead - Connection Broken<br>
<br>
NOTE: The error message text and number do not match. Upon further research, the error number is actually 10037.<br>
<br>
Any ideas?<br>
Thanks.<br>
<br>
The exact error is:<br>
DB-Library: Unexpected EOF from SQL Server. General network error. Check your documentation.<br>
Net-Library error 10054: ConnectionCheckForData ((null)()).<br>
<br>
DB-Library Process Dead - Connection Broken<br>
<br>
NOTE: The error message text and number do not match. Upon further research, the error number is actually 10037.<br>
<br>
Any ideas?<br>
Thanks.<br>