|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ROW-00060 I need some informations please !!
Hi,
I'm Working with ORACLE 8i, IIS and VB6 with AD0. I'm also using the Oracle ODBC driver to be able to work with blobs ! Sometimes I receive the error "ROW-00060 : Internal Error : [dahprepare, 1]". I don't know what generate this problem, where it come from and of course I can't solve it... Does somebody know about this ? Thanks, if you know something about this problem !! |
|
#2
|
|||
|
|||
|
People rarely remembers error numbers especially the ones like:
ROW-00060 : Internal Error Now I've never wroked with Oracle before but I've worked with ASP and this doesn't seem to be an ASP error! Nonetheless, you need to DEBUG your code until you find what cause this error. One technique I often use is make some Response.Write's in critical area of my code such as BEFORE I execute an SQL Query Start from the beginning of the page an put some Response.Write's here and there until you trap it! Example: <% ...CODE... ...CODE... ...CODE... Response.Write "Code works till here #1" Response.End ...CODE... ...CODE... ...CODE... ...CODE... ...CODE... Response.Write "Code works till here #2" Response.End ...CODE... %> Now comment the Response.End in #1 if you reach it...and continue Hope this helps! Sincerely Vlince |
|
#3
|
|||
|
|||
|
Quote:
umm... i don't know? an internal error? How could we possibly debug an ambigous error message like internal error without seeing code? unless it's a lot of code, then i probably won't want to look at it. what the hell is dahprepare? is that a variable? check it out... |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > ROW-00060 I need some informations please !! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|