Re: Command that I believe should work...

2004-10-15 Thread Robert Adkins
TIMESTAMP, at least by the book in front of me, is only valid from January 1, 1970 to December 31, 2037. I want to avoid using something that could create a Y2037 issue, if whatever I build ends up lasting that long. To me, that is a potential hazard and thus would be a bad habit to get into

Command that I believe should work...

2004-10-15 Thread Robert Adkins
...but doesn't. I am attempting to create a table using the following... CREATE TABLE INVOICE ( INV_NUMBER INTPRIMARY KEY, CUS_CODEINT NOT NULL REFERENCES CUSTOMER(CUS_CODE), INV_DATE DATETIME DEFAULT NOW() NOT NULL, ); I

RE: Serwer Hardware p4 or pIII ?

2002-12-06 Thread Robert Adkins
system you can build or buy. (Based upon an earlier response that states how Intel beefed up the FPU in the Pentium 4.) I feel as long as you don't skimp on the hardware, you shouldn't have too many issues. Good luck. Regards, Robert Adkins II IT Manager/Buyer I

RE: Serwer Hardware p4 or pIII ?

2002-12-05 Thread Robert Adkins
to utilize more then one CPU type across several boxes to be able to utilize the strengths of each processor design. Good luck! Regards, Robert Adkins II IT Manager/Buyer Impel Industries, Inc. Ph. 586-254-5800 Fx. 586-254-5804 -Original Message- From: andy thomas [mai