Einzelnen Beitrag anzeigen

H.Bothur

Registriert seit: 25. Jun 2012
Ort: Seevetal & Lagos
252 Beiträge
 
Delphi 11 Alexandria
 
#16

AW: Zeos: requested database driver was not found

  Alt 2. Mär 2017, 16:14
Ist Dir bekannt ob die DB eine Arbeitsgruppenangabe braucht?
Oder ist Dir bekannt was das ist?
Es gibt da ein eigenes User/Rechtemanagement, das sind glaub ich mdw dateien.
Prüf mal, ob das bei Dir der Fall ist.
Eingelich nicht ... das ist ja wo ich das gefühl habe das ich irgendwas in Bezug auf Zeos falsch mache. Bisher hatte ich wie gesagt Delphi 7.0 und da funktionierte das ganze (mit dem eingebauten ADO-Routinen) so:

Delphi-Quellcode:
  WebshopADOConnection.ConnectionString := 'Provider=Microsoft.ACE.OLEDB.12.0;'; WebshopADOConnection.ConnectionString := WebshopADOConnection.ConnectionString +'Data Source=' +WebshopDBName +';';
  WebshopADOConnection.ConnectionString := WebshopADOConnection.ConnectionString +'Persist Security Info=False;';
  WebshopADOConnection.ConnectionString := WebshopADOConnection.ConnectionString +'Jet OLEDB:Database Password=d15wfm30';
  WebshopADOConnection.Connected := True;
Und das habe ich jetzt eben als ConnectionString bei ZEOS und es geht gar nicht

Hans
Hans-Georg Bothur
www.hermann-juergensen.de
  Mit Zitat antworten Zitat