Autor Beitrag
jjturbo
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 516

Win2000 prof., WinXP prof.
D4 Stand., D5 Prof, D7 Prof, D2007 Prof.
BeitragVerfasst: Do 29.09.11 12:02 
Moin Forum,

ich möchte mit ZEOS auf eine Oracle-Datenbank (9.2) zugreifen.

So versuche ich es jetzt:
ausblenden Delphi-Quelltext
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
var SQLText :string;
    MyDB    :TZConnection;
begin

  MyDB := HauptForm.ZConnection1;


  //Datenbank erstellen
  MyDB.LoginPrompt   := false;
  MyDB.Database      := NAME_DER_DATENBANK;
  MyDB.User          := BENUTZERNAME;
  MyDB.Password      := PASSWORT;
  MyDB.Protocol      := 'oracle';
  MyDB.Connect;

end;

Ich bekomme aber immer eine Exception, siehe Anhang.

Ich hoffe Ihr habt eine Idee? Es eilt nämlich etwas.

Danke im voraus,
Oliver
Einloggen, um Attachments anzusehen!
_________________
Windows XP: Für die einen nur ein Betriebssystem - für die anderen der längste Virus der Welt...