String driver = "com.microsoft.sqlserver.jdbc.SQLServerDriver";
Properties configFile = new Properties();
configFile.load(this.getClass().getClassLoader().getResourceAsStream("config.properties"));
String connectionstring =configFile.getProperty("CONN_STRING");
Class.forName(driver).newInstance();
Connection conn = null;
conn = DriverManager.getConnection(connectionstring);
CallableStatement SP_Get_ID = null;
CONN_STRING=jdbc:sqlserver://127.0.0.1;databaseName=Eidth;SendStringParametersAsUnicode=true;user=sa;password=ed1981
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.