ERLEDIGT
NEIN
NEIN
ANTWORTEN
0
0
ZUGRIFFE
1237
1237
EMPFEHLEN
-
Ich glaub ich bin zu doof, hier der Quellcode:
Ich bekomme hierbei nur Fehlermeldungen:PHP-Code:$LOBdatei = $_POST[todo];
$result = OCIParse("INSERT INTO GN_TODO (ADMIN_ID, DAUER, FERTIGSTELLUNG, TEXT, TIMESTAMP, AUTOR) "
." VALUES ('$_POST[mitarbeiter]','$_POST[dauer]','$_POST[fertigstellung]',EMPTY_CLOB(),'$timestamp','$_GET[uid]')"
." RETURNING LOBdatei INTO :LOBtodoLOC");
$LOBtodo = oci_new_descriptor($db, OCI_D_LOB);
oci_bind_by_name($result, ":LOBtodoLOC", &$LOBtodo, -1, OCI_B_CLOB);
oci_execute($result, OCI_DEFAULT);
if(!$LOBtodo->save($LOBdatei)){
oci_rollback($db);
}else{
OCICommit($db);
}
Code :1 2 3 4 5 6 7
Warning: ociparse() expects exactly 2 parameters, 1 given in /home/www/web1/html/verwaltung/allgemein/todo.php on line 32 Warning: oci_bind_by_name() expects parameter 1 to be resource, null given in /home/www/web1/html/verwaltung/allgemein/todo.php on line 35 Warning: oci_execute() expects parameter 1 to be resource, null given in /home/www/web1/html/verwaltung/allgemein/todo.php on line 37 Warning: OCI-Lob::save() [function.OCI-Lob-save]: OCI_INVALID_HANDLE in /home/www/web1/html/verwaltung/allgemein/todo.php on line 39
Ich hoffe Ihr könnt mir helfen.
Ähnliche Themen
-
Frage bezüglich CLOB (Oracle)
Von ush im Forum Relationale DatenbanksystemeAntworten: 1Letzter Beitrag: 08.09.10, 09:24 -
[Oracle] Alternative zu Varchar2 - CLOB?
Von forced im Forum Relationale DatenbanksystemeAntworten: 9Letzter Beitrag: 13.06.08, 11:58 -
[Oracle] CLOB wird mal abgeschnitten und mal nicht
Von Gray im Forum Relationale DatenbanksystemeAntworten: 1Letzter Beitrag: 16.01.08, 14:52 -
[Oracle] CLOB lässt sich nicht speichern
Von Gray im Forum PHPAntworten: 1Letzter Beitrag: 13.12.07, 12:20 -
Oracle CLOB Felder in Access
Von NBOne im Forum Relationale DatenbanksystemeAntworten: 0Letzter Beitrag: 15.05.07, 16:07





Zitieren
Login





