BUG: 16-bit ODBC Connections Fail on Large Databases (148888)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
This article was previously published under Q148888 SYMPTOMS
A 16-bit Visual Basic program that attempts to connect to a large database
fails and displays the error message, "Run-time error '3393.' Can't perform
join, group or sort. Combined fields are too long."
STATUS
Microsoft has confirmed this to be an issue in the Microsoft products
listed at the beginning of this article. Microsoft is researching this
issue and will post new information here in the Microsoft Knowledge Base
as it becomes available.
WORKAROUND
Use the following steps to work around this issue: - Set the initialization path property of the DBEngine object to the
VB.INI file and add the following entry to the VB.INI file:
[ODBC]
DisableAsync=1
- Place the following line in your code so the Initialization file is
found by your application:
DBEngine.IniPath = "c:\winnt35\vb.ini"
Modification Type: | Minor | Last Reviewed: | 1/9/2003 |
---|
Keywords: | kbbug KB148888 |
---|
|