java.sql.SQLException: No suitable driver – JDBC
This should be a very simple problem, but finding the solution does not always jump out at you based on the tutorials out there.
When doing a JDBC connection for SQL Server you may have the following line of code:
String sqlServerConnectionString = "jdbc:sqlserver://10.0.0.233:1433;
databaseName=mydatabasename;user=sa;password=mypassword";
Connection con = DriverManager.getConnection(sqlServerConnectionString);
Then you go to run it and run into the [...]
Interview with Matt Cutts
While at Pubcon last November, I met Matt Cutts who is now somewhat of a celebrity with anyone having anything to do with search engine optimization. I found Matt to be very down to earth and just a real nice guy. I was very impressed that he would be willing to sit down [...]
PIX 501 Adding IP Address for Website
I am not an expert at the PIX Firewall. In fact, I don’t even know if you could say that I am a beginner at it. I am certified at working with the Astaro; but even that firewall I am now rusty on as I have not been working with it for a [...]