Ask a Question related to ASP Database, Design and Development.
-
Joe Resudek #1
SQLserv. I want to INSERT time, without date HELP
I'm trying to INSERT just the time with a SQL statement. When I do the
insert, I get 1/1/1900 plus the time I specified. I want to exclude the
date portion all together.
The field type is datetime.
How to I accomplish this???
--
Joe Resudek
Frontier New Media
225 Crummer Lane
Reno, NV 89509
(775) 824-4040
(775) 824-4044 fax
[url]http://www.thefrontiergroup.com[/url]
Joe Resudek Guest
-
Insert ODBC Date time values
Hope that someone can help with my question. I need to insert ODBC dates and times into an MS Access databse, i cannot get it to work for toffee,... -
CFMX7.0.1 Administrator date time issue showing 13hrsbehind server time
I am running a W2k SP4 box that has been upgraded from CFMX6 to CFMX7.0.1. The CFMX7.0.1 server is showing the date on the Server Settings >... -
Convert date/time to date in SQL Server 2000 statement
Can this be done? tia -
Time/Date format and changing time to GMT
Hi All, Sorry if this is the wrong newsgroup to post into, on this topic, if so, please point me in the right direction..... Currently working... -
ASP Insert Date & Time Problem
Hi All, I live in Australia and I have Access installed on my computer. Regional settings are set to Australian Standards (dd/MM/yyyy) I try to... -
Aaron Bertrand - MVP #2
Re: SQLserv. I want to INSERT time, without date HELP
"Joe Resudek" <joe@thefrontiergroup.com> wrote in message
news:#s8vjoPXDHA.1900@TK2MSFTNGP10.phx.gbl...Not with a DATETIME column. You either ignore the DATE portion (since it> I'm trying to INSERT just the time with a SQL statement. When I do the
> insert, I get 1/1/1900 plus the time I specified. I want to exclude the
> date portion all together.
>
> The field type is datetime.
>
> How to I accomplish this???
will be the same for all values anyway), or use a different datatype.
See [url]http://www.aspfaq.com/2206[/url] for some potential workarounds.
Aaron Bertrand - MVP Guest
-
John Beschler #3
Re: SQLserv. I want to INSERT time, without date HELP
Aaron,
Is [url]www.aspfaq.com[/url] your website? I notice you refer to it a
lot.
Just wanted to say I think you (whoever) have done a great
job with this site. It's easy to use and easy to read. The
examples are clear and the layout is simple yet nice
looking.
Thanks for all your hard work,
John
John Beschler Guest
-
Aaron Bertrand - MVP #4
Re: SQLserv. I want to INSERT time, without date HELP
Yes, thanks for the comments...
A
"John Beschler" <giles@geewhiz.com> wrote in message
news:009e01c35d05$571e9eb0$a401280a@phx.gbl...> Aaron,
>
> Is [url]www.aspfaq.com[/url] your website? I notice you refer to it a
> lot.
>
> Just wanted to say I think you (whoever) have done a great
> job with this site. It's easy to use and easy to read. The
> examples are clear and the layout is simple yet nice
> looking.
>
> Thanks for all your hard work,
> John
>
Aaron Bertrand - MVP Guest



Reply With Quote

