Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Error in VB trying to connect to SQL Server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-04-26 : 11:05:38
John writes "Hello,
I'm trying to set up a report in Visual Basic using data stored in SQL Server. The error below is completely random as to when it occurs. I've been using the VB Data Environment to make the server connection for the report. When I get this error, the entire VB project becomes corrupt. The only way to open it back up is to edit out the references to the DE. Any help would be greatly appreciated. THanks in advance.
-John



VB6 caused an invalid page fault in
module KERNEL32.DLL at 016f:bff7a388.
Registers:
EAX=00270020 CS=016f EIP=bff7a388 EFLGS=00010216
EBX=000001b8 SS=0177 ESP=007fdc38 EBP=007fdc5c
ECX=004f0054 DS=0177 ESI=0062c210 FS=3e07
EDX=005d0000 ES=0177 EDI=001ffe6c GS=0000
Bytes at CS:EIP:
89 41 08 8b 56 04 8b 46 08 89 50 04 8d 04 1e 50
Stack dump:
001ffe6c 00000000 005d000c 005d0000 0062c210 00000040 00000000 0000082c 0000062d 007fdc84 bff7a550 005d0000 0062c210 000001b8 00000040 5705d320"

VyasKN
SQL Server MVP & SQLTeam MVY

313 Posts

Posted - 2002-04-26 : 11:12:46
Haven't seen it myself, but one of my friends solved a similar problem by applying the latest service pack of Visual Studio.

--
HTH,
Vyas
Check out my SQL Server site @
http://vyaskn.tripod.com
Go to Top of Page
   

- Advertisement -