Timestamp wth MY sql

S

Simon

I have my database on a Mysql server

The timestamp field does not work when data from my website is writen
to the database

I have a form on my website that lets people fill out brochure request
and puts data into mysql


What could be stopping it from putting a timestamp on it all

Thanks
 
T

Tony Toews [MVP]

Simon said:
I have my database on a Mysql server

The timestamp field does not work when data from my website is writen
to the database

I have a form on my website that lets people fill out brochure request
and puts data into mysql


What could be stopping it from putting a timestamp on it all

Just guessing. Is this field called timestamp? Or is it of timestamp
type? By type other examples would be text, integer, double,
numeric, memo and such.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
A

aaron.kempf

isn't it SYSDATE() or something along those lines?

or is it curdate()

something ridiculous like that..

I believe that 90% of the people in the real world when they say
'timestamp' they just mean 'Date/Time = Now()'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top