* Matthew Stuart
> I assume the INSERT statement you have suggested goes on the webpage
> that has the form from which the new record will be created, Is that
> correct?
Yes.
--
Roger
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lis
I assume the INSERT statement you have suggested goes on the webpage
that has the form from which the new record will be created, Is that
correct?
Thanks.
Mat
On Saturday, February 7, 2004, at 02:24 PM, Roger Baklund wrote:
* Matthew Stuart
I am trying to get MySQL to automatically create a d
* Matthew Stuart
> I am trying to get MySQL to automatically create a date seven days from
> the date a new record is created. The new records will be inserted
> through an ASP, VBScript website. I have managed to get this to work in
> MS Access by typing in to its default field in the database Now
I am trying to get MySQL to automatically create a date seven days from
the date a new record is created. The new records will be inserted
through an ASP, VBScript website. I have managed to get this to work in
MS Access by typing in to its default field in the database Now()+7. As
you would ex