Re: Fw: timestamp additional info

2001-12-16 Thread Joseph Bueno
#x27;$ > state2','$agency','$bmothername','$mage','$monthmdob','$daymdob','$yearm > dob','$bfathername','$fage','$monthfdob','$dayfdob','$yearfdob','$commen > ts'

RE: Fw: timestamp additional info

2001-12-16 Thread *Himerus*
27;$fage','$monthfdob','$dayfdob','$yearfdob','$commen ts','$signupdate')"; $signupdate is the one that I wanted to be the timestamp obviously!!! LOL Thanks in advance for any help someone can give me -Original Message- From: Rober

Re: Fw: timestamp additional info

2001-12-14 Thread Robert Alexander
At 12:18 -0800 2001/12/14, Steve Osborne wrote: > Timestamp additional info: > > INSERT INTO Owners (NameID,ProductsKey,RegNum,ProdRegDate) >VALUES ('$NameID','1','$RegNumc','NULL'); > >ProdRegDate is the field that I want to timestamp. (Again, I've tried > passing '', NULL, and 'NULL'). > > St