GPF in MSAJT200.DLL (Jet 2.5) 
Author Message
 GPF in MSAJT200.DLL (Jet 2.5)

Since installing Jet 2.5 my VB3 application has started regularly causing a

PLEASE HELP. I can't find reference to this problem in any MS KnowledgeBase
articles.


sorting a table repeatedly.

How do you start to solve these types of problems?

Thanks.



Fri, 13 Aug 1999 03:00:00 GMT  
 GPF in MSAJT200.DLL (Jet 2.5)


Quote:
> Since installing Jet 2.5 my VB3 application has started regularly causing a

> PLEASE HELP. I can't find reference to this problem in any MS KnowledgeBase
> articles.

> sorting a table repeatedly.
> How do you start to solve these types of problems?
> Thanks.

There have been a few updates to Jet 2.5 and associated files.
Make sure you have the most current patches. The URLs are:

<ftp://ftp.microsoft.com/softlib/mslfiles/accsvc.exe> Jet 2.5 data engine
<ftp://ftp.microsoft.com/softlib/mslfiles/comlyr.exe> VB compatiblity layer
<ftp://ftp.microsoft.com/softlib/mslfiles/vbdb300.exe> comlyr patch
<ftp://ftp.microsoft.com/softlib/mslfiles/ww1000.exe> vshare.386 patch
<ftp://ftp.microsoft.com/softlib/mslfiles/ww1116.exe> OLE 2.03 files

If you're still using SHARE.EXE loaded in autoexec.bat on a
Windows 3.x machine, be sure to install the version of vshare.386
mentioned above.

--

WARNING: I cannot be held responsible for the above        They're   coming  to
because  my cats have  apparently  learned to type.        take me away, ha ha!



Fri, 13 Aug 1999 03:00:00 GMT  
 GPF in MSAJT200.DLL (Jet 2.5)

What is the use of VSHARE.386 ?

-- Kiran


Quote:


> > Since installing Jet 2.5 my VB3 application has started regularly causing a

> > PLEASE HELP. I can't find reference to this problem in any MS KnowledgeBase
> > articles.


> > sorting a table repeatedly.

> > How do you start to solve these types of problems?

> > Thanks.

> There have been a few updates to Jet 2.5 and associated files.
> Make sure you have the most current patches. The URLs are:

> <ftp://ftp.microsoft.com/softlib/mslfiles/accsvc.exe> Jet 2.5 data engine
> <ftp://ftp.microsoft.com/softlib/mslfiles/comlyr.exe> VB compatiblity layer
> <ftp://ftp.microsoft.com/softlib/mslfiles/vbdb300.exe> comlyr patch
> <ftp://ftp.microsoft.com/softlib/mslfiles/ww1000.exe> vshare.386 patch
> <ftp://ftp.microsoft.com/softlib/mslfiles/ww1116.exe> OLE 2.03 files

> If you're still using SHARE.EXE loaded in autoexec.bat on a
> Windows 3.x machine, be sure to install the version of vshare.386
> mentioned above.

> --

> WARNING: I cannot be held responsible for the above        They're   coming  to
> because  my cats have  apparently  learned to type.        take me away, ha ha!



Fri, 13 Aug 1999 03:00:00 GMT  
 GPF in MSAJT200.DLL (Jet 2.5)

Quote:

> What is the use of VSHARE.386 ?

To free up the large chunk of DOS memory that loading SHARE.EXE
/l:500 /f:5100 gobbles up! Since VSHARE.386 allocates memory
dynamically, you can use very large databases without having to
worry about whether you've made SHARE.EXE's buffers big enough
or whether SHARE.EXE's taking up so much DOS memory that Windows
no longer has enough for the housekeeping information that it
for whatever reason needs to keep in the lower 640KB of RAM.

[snip]

--

WARNING: I cannot be held responsible for the above        They're   coming  to
because  my cats have  apparently  learned to type.        take me away, ha ha!



Sat, 14 Aug 1999 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. MSAJT200.DLL API Declarations (Jet 2.5)

2. GPF in MSAJT200.DLL / DAO2516.DLL

3. GPF : VB 3.0 / MS-Jet 2.5 / ODBC 2.11 / Oracle 7.1

4. HEEELP : GPF on Msajt200.dll

5. HELP! GPF in MSAJT200.dll while copying querydefs

6. GPF in MSAJT200.DLL at 001C:####

7. Jet 2.5 and 3.0 run time DLLs?

8. Jet 2.5 DLLs

9. Jet 2.5 Vs. Jet 3.0

10. Jet 1.1 to Jet 2.0 or 2.5

11. VB4E GPF in DBAO2516 with Access 2.5 Database

12. why both msajt112.dll and msajt200.dll needed?

 

 
Powered by phpBB® Forum Software