|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Help SQL Problem!
I have created a table that has a timestamp column. records are inserted into the table from a form and the objective is to have a time recorded for each time a record is inserted. All i can see on the time stamp column is <Binary>. is there a way of displaying the time recorded or at least viewing it?
|
|
#2
|
|||
|
|||
|
What database are you using?
|
|
#3
|
|||
|
|||
|
how are you generating that time?
|
|
#4
|
|||
|
|||
|
SQL
I am using sqlserver 2000 and the column is a timestamp column but when i open the table up, it does not display the time all i see in the column is <Binary>
|
|
#5
|
|||
|
|||
|
The timestamp data type in MS SQL Server 2000 is not a datetime, it's a guaranteed unique binary number
http://msdn.microsoft.com/library/d..._ta-tz_6fn4.asp If you want a datetime timestamp, you could add a column with a default value of getdate() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Help SQL Problem! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|