MySQL Forums
Forum List  »  German

Kryptische Fehlermeldung
Posted by: Franz Reiter
Date: December 30, 2009 07:48AM

Hallo,
bei einem ganz bestimmten Satz aus einer Tabelle erhalte ich folgenden Fehler:
Der Datenprovider oder ein anderer Dienst gab den Status E_FAIL zurück.
Time='12.30.09 14:30:37' App='PM:1.0.0' ADO-version='2.8'
Computer='FRANZ-7FD4' UserNo='999' Name='Administrator'
Method: cAKal.GetListe
Number: -2147467259 = &H80004005 = vbObjectError - 245755 = ERRMAP_APP_FIRST - 250953
Source: Microsoft Cursor Engine
Description: Der Datenprovider oder ein anderer Dienst gab den Status E_FAIL zurück.
Call Stack: cAKal.GetListe(myConn={Text}, lAdrNo=20044, sSQL={Text}) -----------------------------
Value Of myConn:
'Provider=MSDASQL.1;Extended Properties="DRIVER={MySQL ODBC 5.1 Driver};UID=root;PWD=*******;SERVER=localhost;Database=BOIS;OPTION=3;"'
Value Of sSQL:
'SELECT * FROM AKal WHERE AdrNo = 20044 AND Del = 0
'
Call Stack: fAOA.AKal_Requery(lAdrNo=20044) ------------------------------------------------------

Was bedeutet "E_FAIL"?
Der gleiche Aufruf mit anderen AdrNo's funktioniert einwandfrei.
Der Aufruf in der Eingabeaufforderung (mit mysql) funktioniert jedoch!
Ich verwende mySQL 5.1.41 unter Windows XP.
Meine Tabellen sind InnoDb-Tabellen.
Das verwendete Programm ist ein VB6-Programm.

Bitte um Hinweise, Danke.

Options: ReplyQuote


Subject
Views
Written By
Posted
Kryptische Fehlermeldung
3563
December 30, 2009 07:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.