Link to home
Start Free TrialLog in
Avatar of Dazza051197
Dazza051197

asked on

Delphi -> SQL7

Does anyone know what DLL's I need to successfully connect to SQL Server 7.  Installshield installs BDE and my application, and I know to use the MSSQL driver, but I'm getting a failed to initialise IDAPI service NTWDBLIB.  I've copied NTWDBLIB.DLL to the windows\system directory and I still get the error.  What other DLL's do I need ? Note, it's SQL 7 not 6.5
Avatar of simonet
simonet
Flag of Brazil image

You need the MS SQL 7 Client software.

Alex
Avatar of Dazza051197
Dazza051197

ASKER

it isnt on my sql 7 cd, any idea where I can get it ?
ASKER CERTIFIED SOLUTION
Avatar of inthe
inthe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
simonet is right. You should be able to install the client software from the SQL7 CD as I did?!

Just run through the install as you did when you installed it on the sever and it should automatically pick up what components to install (provided you are not trying to install it on an NT machine).

...NITDGREV...