‘DbProviderFactories’ section can only appear once per config file error’ – MS SQL DTS wizard

ENGLISH I had this problem after few months of using SQL Express 2012. At start of Import and Export data (DTSWizard) I got this error. At first I uninstalled SQL and reinstalled it again but the error was still here. After some “googling” I found the sollution. The problem lies in installation of Visual Studio…

Read more ‘DbProviderFactories’ section can only appear once per config file error’ – MS SQL DTS wizard

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server:localhost

ENGLISH Together with PHP and Apache server I was using MS SQL 2000 database. After upgrading database to MS SQL 2012 aplication (which was using db) start to show error at connecting to db: Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server…After longer search I fund the solution –  the library file ntwdblib.dll . For…

Read more Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server:localhost