How can I read a connection string from a web.config file into a public class contained within a class library? I’ve tried: WebConfigurationManager ConfigurationManager But these classes are not...
  • May 20, 2022
  • 0 Comments
I have a Java application that uses JDBC (via JPA) that was connecting to a development database using hostname, port and Oracle SID, like this: jdbc:oracle:thin:@oracle.hostserver1.mydomain.ca:1521:XYZ XYZ was the...
  • May 19, 2022
  • 0 Comments
I am getting timeouts using the Entity Framework (EF) when using a function import that takes over 30 seconds to complete. I tried the following and have not been...
  • May 10, 2022
  • 0 Comments