Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: If You Ain't Cheatin'

    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...

  • RE: Working Out of a Job

    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...

  • RE: JDBC - Please light my Sky

    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 =...

  • RE: SHA-1 Is Broken

    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.

Viewing 4 posts - 1 through 4 (of 4 total)