Mega Search
23.2 Million


Sign Up

Make a donation  
Unable to load dbxint.dll  
News Group: embarcadero.public.delphi.database.dbexpress

I would love some assistance here please. I have created a very small Interbase database with one table only, and using the TSQLConnection component am now trying to connect to it in a brand new Delphi project. When I run my application though I get the following error:

Unable to load dbxint.dll (ErrorCode 126). It may be missing from the system path.

Anyone know what to do?

Thanks
Melanie.

Vote for best question.
Score: 0  # Vote:  0
Date Posted: 19-Feb-2013, at 2:41 PM EST
From: Melanie Jenkins
 
Re: Unable to load dbxint.dll  
News Group: embarcadero.public.delphi.database.dbexpress
> {quote:title=quinn wildman wrote:}{quote}
> Melanie Jenkins wrote:
> > I would love some assistance here please. I have created a very small Interbase database with one table only, and using the TSQLConnection component am now trying to connect to it in a brand new Delphi project. When I run my application though I get the following error:
> >
> > Unable to load dbxint.dll (ErrorCode 126). It may be missing from the system path.
> >
> > Anyone know what to do?
> >
> > Thanks
> > Melanie.
> >
> Try starting with the -r option as shown here: 
> http://support.embarcadero.com/article/42597
> 
> What edition (enterprise, professional, etc) do you have?
> 
> You might try using components from the InterBase tab instead ...

The InterBase components worked perfectly - thanks!
Melanie.

Vote for best answer.
Score: 0  # Vote:  0
Date Posted: 20-Feb-2013, at 1:57 PM EST
From: Melanie Jenkins