Re: Unsubscribe from mailing list

2006-09-21 Thread Max Ten
so any ideal how to unsubscribe? help please...

Unsubscribe from mailing list

2006-09-20 Thread Max Ten
I had tried to unsubscribe by send a blank email to mailing address but didn't work. Wish to know is there any option i can unsubscribe? Thank you.

Re: Derby Function

2006-03-06 Thread Max Ten
Sorry,   I mean GROUP BY YEAR(), MONTH(), DAY() in Derby.

Re: Derby Function

2006-03-06 Thread Max Ten
Unfortunately there are no such functions in Derby... so i need to store the number of year, month and day in different columns.

Re: Derby Function

2006-02-28 Thread Max Ten
if i'm not misunderstood your explanation, tats mean i have to store ex: 2006-10-31 to 3 different columns, (Yr) for 2006, (Mth) for 10 and (Dy) for 31.By this way i can use the function "GROUP BY" for those columns. Anyway, will it be any enhancement for function "GROUP BY" in future?Thanks Stanl

Derby Function

2006-02-26 Thread Max Ten
Is there any function for - GROUP BY YEAR(), GROUP BY MONTH(), GROUP BY QUARTER() in derby?

Best way to define Timestamp column?

2006-02-23 Thread Max Ten
CREATE TABLE t (  ts1 TIMESTAMP ,  ts2 TIMESTAMP NOT NULL DEFAULT '-00-00 00:00:00'  ); INSERT INTO T (TS2) VALUES ('0001-01-01-00.00.00.00'); If execute the insert statement, ts1 column can be blank, but ts2 must have a valid datetime value. So by using getTimestamp in java to retrieve fro

Re: Can I embedded Derby Dabase in Webapplication

2006-02-16 Thread Max Ten
thank you, Jim.

Re: Can I embedded Derby Dabase in Webapplication

2006-02-16 Thread Max Ten
thanks David,  i try to get wat you mean. Anyway, i just found some tutorial bout connecting to Derby using Netbeans. Is there any tutorial for Derby distribution using Netbeans ? 

Re: Can I embedded Derby Dabase in Webapplication

2006-02-16 Thread Max Ten
I have another question here,  how to distribute my desktop application with derby? is there any feature in Netbeans? thanks.