Re: [GENERAL] no comment

2001-06-29 Thread Thomas T. Veldhouse
Read the O'Reilly article and see what you think http://www.oreillynet.com/pub/a/dotnet/2001/06/27/dotnet.html Tom Veldhouse [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECTED]> To: "Thomas T. Veldhouse" <[EMAIL PROTECTED]> Sent: Friday, June 2

Re: [GENERAL] Problem with null timestamp fields

2001-06-27 Thread Thomas T. Veldhouse
Message - From: "GH" <[EMAIL PROTECTED]> To: "Thomas T. Veldhouse" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 27, 2001 10:03 PM Subject: Re: [GENERAL] Problem with null timestamp fields > > "ipaddr" character(15)

[GENERAL] Problem with null timestamp fields

2001-06-27 Thread Thomas T. Veldhouse
Here is the table I have. CREATE TABLE "user_history" ( "id" integer DEFAULT nextval('"user_history_id_seq"'::text) NOT NULL, "userid" integer NOT NULL, "ipaddr" character(15) NOT NULL, "login_ts " timestamp with time zone, "logout_ts " timestamp with time