I have a few clients where we develop in this environment. I am having a problem at only one client. The problem has just started happening. There have been no upgrades anywhere to my knowledge. I checked MS Knowledge Base and can find nothing pertaining to Oracle. Please see code below and error afterwards. The error occurs at the update.
Sample Code:
Dim dyn As OraDynaset
dyn.AddNew
dyn.fields(1).value = "a"
dyn.fields(2).value = "b"
dyn.fields(3).value = "c"
dyn.update
End Sample
Error Message:
Microsoft Visual C++ Runtime Library
Assertion failed!
Program: ...RAM FILES\MICROSOFT VISUAL STUDIO\VB98\VB6.EXE
File: f:\test\oo4o3.11\00101\oraipsrv\src\ociwrap.cpp
Line: 703
Expression: rslt == OCI_SUCCESS
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
BUTTONS: ABORT, RETRY, IGNORE
End Error Message:
Any help would be greatly appreciated.
Sample Code:
Dim dyn As OraDynaset
dyn.AddNew
dyn.fields(1).value = "a"
dyn.fields(2).value = "b"
dyn.fields(3).value = "c"
dyn.update
End Sample
Error Message:
Microsoft Visual C++ Runtime Library
Assertion failed!
Program: ...RAM FILES\MICROSOFT VISUAL STUDIO\VB98\VB6.EXE
File: f:\test\oo4o3.11\00101\oraipsrv\src\ociwrap.cpp
Line: 703
Expression: rslt == OCI_SUCCESS
For information on how your program can cause an assertion failure, see the Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)
BUTTONS: ABORT, RETRY, IGNORE
End Error Message:
Any help would be greatly appreciated.