odbc data sources problem

Joined
Jul 2, 2007
Messages
646
Reaction score
293
Can anyone help?

I am trying to delete my KAL_AUTH and KAL_DB from odbc data sources.

but when i try to remove its keep saying:

ODBC driver could not be loaded due to system
error
code 126'
cant find liabry

If i cant delete the kal_auth and kal_db i cant install sql.

I`ve tried everything and nothnig help :(

If anyone can tell me anything useful, I will be grateful.
 
At first you should look for your ODBC Data sources,


1.
C:/WINDOWS/ODBCINST.INI
file:///C:/WINDOWS/ODBC.INI
file:///C:/WINDOWS/Help/odbcjet.chm
file:///C:/WINDOWS/Help/odbcinst.chm
file:///C:/WINDOWS/system32/odbcad32.exe
file:///C:/WINDOWS/system32/odbc32gt.dll
file:///C:/WINDOWS/system32/odbc32.dl
lfile:///C:/WINDOWS/system32/odbc16gt.dll
file:///C:/WINDOWS/system32/vfpodbc.dll
file:///C:/WINDOWS/system32/sqlsodbc.chm
file:///C:/WINDOWS/system32/odbctrac.dll
file:///C:/WINDOWS/system32/odbcp32r.dll
file:///C:/WINDOWS/system32/odbcjt32.dl
lfile:///C:/WINDOWS/system32/odbcji32.dll
file:///C:/WINDOWS/system32/odbcint.dll
file:///C:/WINDOWS/system32/odbccu32.dllf
ile:///C:/WINDOWS/system32/odbccr32.dll
file:///C:/WINDOWS/system32/odbccp32.dll
file:///C:/WINDOWS/system32/odbccp32.cpl
file:///C:/WINDOWS/system32/odbcconf.rsp
file:///C:/WINDOWS/system32/odbcconf.exe
file:///C:/WINDOWS/system32/odbcconf.dll
file:///C:/WINDOWS/system32/odbcbcp.dll
If not, reinstall or repair it from your microsoft windows live cd.


C:\Windows\System32\sqlsrv32.dll must be there.

Look in the regedit. satrt > run > regedit: HKEY_LOCAL_MACHINE\Software\ODBC\ODBCINST.INI\SQL Server must have the link to sqlsrv32.dll.


3. Method ^^
scripting from microsoft forums ;)

Hi,
You may need more than just MDAC included in the image. You would need to analyze the dependencies that your application has to make sure that you include all the correct OS files and components in the runtime in order to support your app.​
You can use Dependency Walker to do this ( ) or use Sean Limings Component Helper avaialble in his toolkit ( ).​
For more info on componetizing applications see​



 
Last edited:
Upvote 0
Back