Robs Programming Junk
Welcome to my programming blog!With some luck you will find some tasty nuggets of information here. If you do find something please post a comment on where or how you used it. I like to see what sort of impact my work has on others.
Wednesday, May 30, 2007
Starting EJB Certification
I am now studying for the Sun Certified Business Component Developer exam. Three to Ten weeks is the estimate in the book. That means that theoretically by the end of June I should be through enough Mock exams to have my certification complete in early July. This would be an excellent addition to my resume.
Thursday, May 17, 2007
Passed SCJP 1.5
Passed the SCJP 1.5 today. I have to say it was a challenge. Thanks to everyone for their support in helping me achieve this goal.
Thursday, May 10, 2007
SCJP Exam
The exam for myself is scheduled for May 17th. I've passed my last 3 whizlabs exams and I'm expecting to pass my Whizlabs final exam on Tuesday the 15th. Two days later I'll be taking the full fledged Sun Exam. I'm trying not to underestimate it. I know that many people say that people over study for it. The way I see it is that if I over study and get a great grade I can put the big old score on my resume. If I pass with something more average then I can still put on there that I'm certified. While everyone around me insists it shouldn't be a big deal for me I still take it very seriously.
Next update on the SCJP Exam sometime the 17th or shortly thereafter.
Next update on the SCJP Exam sometime the 17th or shortly thereafter.
Wednesday, May 02, 2007
Test From Brainbench
Well, figured I'd test out my Java 5 skills on brainbench. Scored above 80% of others so that's not bad. Didn't find the questions really up to helping me on the SCJP but oh well. Guess I can add another brainbench cert. :) Thanks brainbench for the freebie.
Tuesday, May 01, 2007
Java code snippet for ODBC connections.
Java code snippet for ODBC connections.
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.Statement ;
public class JDBCDemo {
public static void main( String[] args ) {
try {
// Connect to the database
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
// JDBC:ODBC:
String database = "jdbc:odbc:DRIVER={Microsoft Visual Foxpro Driver};SourceType=DBF;"
database+= "SourceDB=J:\\data\\;Exclusive=No;Collate=Machine;NULL=NO;DELETED=NO;BACKGROUNDFETCH=NO;";
// USERNAME/PASSWORD (If Needed)
Connection con = DriverManager.getConnection(database, "", "");
// Execute the SQL statement
Statement stmt = con.createStatement();
ResultSet resultSet = stmt.executeQuery("SELECT * from claim");
// Loop thru all the rows
while( resultSet.next() ) {
String data = resultSet.getString( "field" );
System.out.println( data );
}
stmt.close();
}
catch( Exception e ) {
System.out.println (e.getMessage());
e.printStackTrace();
}
}
}
View my portfolio at iFreelance.com
Hire MechSoftware for Quality Assurance (QA), Database Programming, and Security Design/Programming
Find QA Freelance Jobs at iFreelance.com
Hire MechSoftware for Quality Assurance (QA), Database Programming, and Security Design/Programming
Find QA Freelance Jobs at iFreelance.com
Recent Posts
Aptana, FTP, WebDav, PDT and Eclipse - Why cant FT...
Dynamic Query Parameters for Jasper Reports
IE8 Developer Tools
Portable Ubuntu - Take Linux With You
Quote Curling Function
Same Blog, New Look
On the fly JavaScript Packing - Speed up your site...
Super Simple AJAX Forms with jQuery and JSON : dat...
Super Simple AJAX Forms with jQuery and JSON : web...
Super Simple AJAX Forms with jQuery and JSON : Int...
Archives
01/01/2005 - 02/01/200502/01/2006 - 03/01/2006
03/01/2006 - 04/01/2006
04/01/2006 - 05/01/2006
05/01/2006 - 06/01/2006
09/01/2006 - 10/01/2006
10/01/2006 - 11/01/2006
11/01/2006 - 12/01/2006
12/01/2006 - 01/01/2007
04/01/2007 - 05/01/2007
05/01/2007 - 06/01/2007
01/01/2008 - 02/01/2008
02/01/2008 - 03/01/2008
05/01/2008 - 06/01/2008
06/01/2008 - 07/01/2008
08/01/2008 - 09/01/2008
09/01/2008 - 10/01/2008
11/01/2008 - 12/01/2008
12/01/2008 - 01/01/2009
01/01/2009 - 02/01/2009
02/01/2009 - 03/01/2009
04/01/2009 - 05/01/2009
05/01/2009 - 06/01/2009
07/01/2009 - 08/01/2009
01/01/2010 - 02/01/2010
My Software
Blinky - GBPVR PluginPhotoCopy - GBPVR Plugin
QTC - Quick Test Case
rBoop - Rob's Timers
Programming Links
C# FormatterNSIS
Other Links
Damn Small LinuxSites I Manage
Do it yourself SEO. Cheap.Pet Supplies
Dog toy of the month club
SqueakerZ pet Deals
Geocaching Community
Hitch hiker Tracking