Anasayfa / Delphi / Firebird Error loading plugin Engine12 Error loading plugin Engine12 plugins/Engine12 exists but can not be loaded.

Firebird Error loading plugin Engine12 Error loading plugin Engine12 plugins/Engine12 exists but can not be loaded.

Error loading plugin Engine12
Module D:\FBEMBED3\plugins/Engine12 exists but can not be loaded.

bilgisayarım da firebird 2.5 versiyonunu kullanıyorum ama firebird  3 bir veritabanına bağlanmam gerekti bunun için firebird 3 embed versiyonunu indirdim.
D:\FBEMBED3 klasörüne dosyaları çıkardım delphi tarafında

conFb.Disconnect;
conFb.Server:=fbServer;
conFb.Database:=fbDatabase;
conFb.Username:=fbUsername;
conFb.Password:=fbPassword;
conFb.Port:=fbPort;
conFb.SpecificOptions.Values['Charset']:=fbCharset;
if fbUseUnicode then
conFb.SpecificOptions.Values['UseUnicode']:='True'
else
conFb.SpecificOptions.Values['UseUnicode']:='False';
conFb.SpecificOptions.values['ClientLibrary'] := 'D:\FBEMBED3\fbclient.dll';
conFb.Connect;

şeklinde bağlantı sağlamak istedim fakat projem servis olarak çalışan firebird 2.5 i gördü ve
unsupported on-disk structure for file D:\DATA\DATA.FDB; found 12.0, support 11.2. hatasını verdi conFb.Server:=”; yaptığımda ise
Error loading plugin Engine12
Module D:\FBEMBED3\plugins/Engine12 exists but can not be loaded. hatasını aldım fakat proje run time da çalışıyordu sorunun çözümü için tek yapmam gereken delphi ide yi kapatıp tekrar açmakmış.

Uniconnection Bağlantı Görselleri

 

Hakkında ibrahim

İlgili Makaleler

Python Firebird Backup Restore Database

import firebirdsql.fbcore from firebirdsql import services def restore_database(fbk_file: str, fdb_file: str): con = services.connect(user='SYSDBA', password='masterkey') …

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir