Problemas Delphi 2010 + Firebird 2.0
Quando tento fazer a conexão usando o Firebird 2.0 pelo Delphi 2010 usando o componente SQLConnection
dá o seguinte erro: "Cannot loag GDS32.DLL libray (error code 127).The GDS32.DLL library may be missing from the system path or you may have an incompatible version of the library installed.
Já renomiei o arquivo fbclient.dll para GDS32.DLL mas não funcionou.
dá o seguinte erro: "Cannot loag GDS32.DLL libray (error code 127).The GDS32.DLL library may be missing from the system path or you may have an incompatible version of the library installed.
Já renomiei o arquivo fbclient.dll para GDS32.DLL mas não funcionou.
Samuel Lopes
Curtidas 0
Respostas
Wilton Júnior
08/12/2012
Cara eu tenho quase certeza que vc cometeu um equivoco, pois a biblioteca que vc renomeu é uma biblioteca importante para o funcionamento do firebird com o delphi.
O que vc tem que fazer é colocar a dll fbclient dentro da subpasta system32 da pasta windows.
No Sqlconnection faça assim:
1º connectionname -> FBConnection;
2° driver -> firebird.
Bom pelo menos eu primeiro escolho o connectionanme e depois o drive e comigo funciona.
Se achar necessário desista-le o firebird, reinicia o computador e reinstale o firebird.
Espero ter ajudado.
"Deus o abençoe"
O que vc tem que fazer é colocar a dll fbclient dentro da subpasta system32 da pasta windows.
No Sqlconnection faça assim:
1º connectionname -> FBConnection;
2° driver -> firebird.
Bom pelo menos eu primeiro escolho o connectionanme e depois o drive e comigo funciona.
Se achar necessário desista-le o firebird, reinicia o computador e reinstale o firebird.
Espero ter ajudado.
"Deus o abençoe"
GOSTEI 0
Vencedor
08/12/2012
Quando tento fazer a conexão usando o Firebird 2.0 pelo Delphi 2010 usando o componente SQLConnection
dá o seguinte erro: "Cannot loag GDS32.DLL libray (error code 127).The GDS32.DLL library may be missing from the system path or you may have an incompatible version of the library installed.
Já renomiei o arquivo fbclient.dll para GDS32.DLL mas não funcionou.
dá o seguinte erro: "Cannot loag GDS32.DLL libray (error code 127).The GDS32.DLL library may be missing from the system path or you may have an incompatible version of the library installed.
Já renomiei o arquivo fbclient.dll para GDS32.DLL mas não funcionou.
Se estiver utilizando o Windows 7, jogue os arquivos GDS32.dll e o FbClient para a pasta SysWOW64.
GOSTEI 0