Board index » delphi » IB6, Easysoft ODBC Driber for IB6

IB6, Easysoft ODBC Driber for IB6

I get this error anytime I try to change or create an ODBC connection with
IB6.

The setup routines for the Easysoft IB6 ODBC ODBC driver could not be loaded
due to system error code 127.

(press ok)

Could not load the setup or translation file.

If anyone has any ideas on this problem, please let me know.

-Tony Allen
webmas...@wtama.net

 

Re:IB6, Easysoft ODBC Driber for IB6


Tony,

We had this problem loads of times. Apparently the only good thing to do is
reinstall the driver again and voila! everything works fine again.

No idea of what exactly error code 127 is. :-). Does anybody know where can
we see a error code list for the Easysoft IB6 ODBC driver?

Francisco J. Montes
Web Developer
Spain on Line

"Tony Allen" <webmas...@wtama.net> escribi en el mensaje
news:3b83eff1_2@dnews...

Quote
> I get this error anytime I try to change or create an ODBC connection with
> IB6.

> The setup routines for the Easysoft IB6 ODBC ODBC driver could not be
loaded
> due to system error code 127.

> (press ok)

> Could not load the setup or translation file.

> If anyone has any ideas on this problem, please let me know.

> -Tony Allen
> webmas...@wtama.net

Re:IB6, Easysoft ODBC Driber for IB6


Quote
Francisco Montes wrote:
> Tony,

> We had this problem loads of times. Apparently the only good thing to do is
> reinstall the driver again and voila! everything works fine again.

> No idea of what exactly error code 127 is. :-). Does anybody know where can
> we see a error code list for the Easysoft IB6 ODBC driver?

127 is a windows system error, ERROR_PROC_NOT_FOUND, which make me think for
some reason, it suddenly
can't find one of the required entry points in the dll, its as if it loaded a
different dll, maybe the driver instead of the
setup.

AFAIK, it means its done a LoadLibrary() of the dll, but fails when it does a
ProcAddress()

--
Nick Gorham
Easysoft Ltd

Other Threads