Dbfactories.getfactory method is not able to establish connection when deployed on the server .net

84 Views Asked by At

Dbprovider.getfactory is not establishing the connection when deployed on the servers.

dbProviderFactory = DbProviderFactories.GetFactory("Teradata.Client.Provider");

There are no errors in logs as well, it just crashes the application saying:

Page cannot be displayed

0

There are 0 best solutions below