Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a program that use the dbxint30.dll.
If I launch this application in windows xp 32 bit,
the application work well.
If I launch this application in windows 8 64 bit,
the application return me this error:
"Error during connection to Interbase DBname unable to load dbxint30.dll error code 193.It may be missing from the system path."
I need help because I don't know what is this dll and I have no Idea how to fix it.
you can see there the string connection.
Can you help me?

VB
"DriverName=Interbase;Database=***:***;
RoleName=RoleName;User_Name=**;Password=***;SQLDialect=3;
MetaDataAssemblyLoader=Borland.Data.TDBXInterbaseMetaDataCommandFactory,Borland.Data.DbxReadOnlyMetaData,Version=11.0.5000.0,Culture=neutral,PublicKeyToken=91d62ebb5b0d1b1b;GetDriverFunc=getSQLDriverINTERBASE;LibraryName=dbxint30.dll;VendorLib=GDS32.DLL"
Posted
Comments
Richard MacCutchan 25-May-15 12:00pm    
The error message is quite clear. You do not have the dbxint30 library, which is required to be installed on the system.
gregorio89 25-May-15 12:04pm    
Richard,
I know that.
probably you don't have read this part of the message:
"I need help because I don't know what is this dll and I have no Idea how to fix it."
Richard MacCutchan 25-May-15 12:20pm    
You fix it by installing the dll on the Windows 8 system. Go to the website of the product and look for a download.
[no name] 25-May-15 12:28pm    
Then go to the Embarcadero site and find the drivers for your databases.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900