Hi, maybe you should have a look in your database's manual. For example you can use
INSERT INTO table (date_column) VALUES (now()); for inserting the current date (and time) into the column. The result may be different, depending on the data type of the column. Type date will result in 2004-01-03 and e. g. timestamp will be 2004-01-03 16:03:22.12345 HTH J�rgen --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
