MSQuery: SQL Data Source Connection LimitLast reviewed: September 12, 1996Article ID: Q108827 |
The information in this article applies to:
SUMMARYThe number of connections to SQL servers is limited under Microsoft Query. Attempting to make more than 14 connections to SQL servers will result in the following error message:
ConnectionOpen (sopen()). Unable to connect to data sourceConnecting to 14 SQL servers and then making a connection to a dBASE source and adding a table will result in the following error message:
Can't access table <path\filename>Choosing OK to this error message and again attempting to connect to a dBASE data source will result in another error message:
Data source not found and no default driver specified MORE INFORMATIONThe above error messages result from a limited number of Microsoft Query connection handles. There are no settings in either the application or the ODBC drivers to correct this. Connections to SQL server take one connection handle each. Attempting to make a fifteenth (15th) connection will result in an error.
|
KBCategory: kbusage kberrmsg kbtool
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |