JDBC Driver Connection Method list
There are many version of the Friends to find JDBC driver or the driver often ask how to use, In here I simply sort out driver with more typical usage.
1. Microsoft SQL Server series (6.5, 7.x and 2000) and Sybase 10 Microsoft SQL […]
Entries Tagged as 'Uncategorized'
J2EE Basics: JDBC Driver Connections
June 25th, 2010 · No Comments · Uncategorized
Tags:
MySQL error 1067 (42000): Invalid default value for ‘ban_id’
December 13th, 2007 · No Comments · Uncategorized
#
# Table structure for table ‘phpbb_banlist’
#
CREATE TABLE phpbb_banlist (
ban_id mediumint(8) unsigned DEFAULT ‘0′ NOT NULL auto_increment,
ban_userid mediumint(8) DEFAULT ‘0′ NOT NULL,
ban_ip varchar(8) DEFAULT ” NOT NULL,
ban_email varchar(255),
PRIMARY KEY (ban_id),
KEY ban_ip_user_id (ban_ip,ban_userid)
);
when you run the above code for creating new table, if you get […]
Tags:
Twelve Ancestors [clues:trails]
April 25th, 2007 · No Comments · Uncategorized
Try it! (Warning — it will require good intuition about kinship charts and, even with that, seems to be fairly difficult. However it is a pure logic puzzle: besides the explicit Clues, you’ll need only the definitions and most obvious facts about kinship.)
Zelophehad the genealogist was drawing a family tree […]
Tags:
Interviewing Skills for Candidates
March 5th, 2007 · No Comments · Uncategorized
Before
Be sure to make whatever arrangements are necessary so you can be on time - or early - for your interview. Your punctuality indicates your commitment, dependability, and professionalism. What’s more, you’ll be in a better frame of mind when you’re not in a rush. Relax. Think of the interview as a conversation, not an […]
Tags:















