KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q62211: "Out of String Space" Using DB/lib

Article: Q62211
Product(s): See article
Version(s): 4.50
Operating System(s): MS-DOS
Keyword(s): ENDUSER | SR# S900406-40 | mspl13_basic
Last Modified: 25-MAY-1990

A customer reported that when using DB/lib with Microsoft QuickBASIC
Compiler version 4.50 for MS-DOS, he received an "Out of string space"
error when running his program. The solution to the problem was to
decrease the number stored in the "DBPOOL" environment variable.
According to the customer, this environment variable allocates memory
for DB/lib, apparently from string space. He said that the default
value for this variable was 64 (meaning 64K). When he set DBPOOL to
16, his program functioned normally.

Although this problem has not been duplicated by Microsoft, AJS
Publishing, the developer of DB/lib, has confirmed the above
information about the DBPOOL environment variable and the possibility
of a memory conflict with QuickBASIC.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.