Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB6 & Oracle Objects for OLE 8.1.7.3.11

Status
Not open for further replies.

focddave

Technical User
Jun 1, 2002
2
US
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.
 
I have this same problem. Have you been able to solve it?
 
I have a customer with the same problem. Have been able to solve this yet?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top