Viewing 4 posts - 1 through 4 (of 4 total)
Interesting topic. Let's not focus only on sports or the workplace but on life in general. Too many of the younger generations show less and less respect for...
August 25, 2008 at 6:16 am
When this happened to me I felt betrayed by a company that I valued greatly. In retrospect Frank (above post) hit the nail on the head. I'm better off with...
April 25, 2006 at 6:41 am
Try this:
<%@ page import="java.sql.*" %>
String driver = "sun.jdbc.odbc.JdbcOdbcDriver";
String url = "jdbc:odbc:{your sql server name here}";
String sSQL;
ResultSet rs = null;
String intrnalfield;
Build your sSQL string
in a try block
Class.forName(driver);
con =...
July 13, 2005 at 7:12 am
I hope you were joking when you made the statement that the database should be a government entity. Think about that implication for a minute and "Big Brother" consequences.
March 18, 2005 at 6:14 am
Viewing 4 posts - 1 through 4 (of 4 total)