How to store date in SQL server getting input from html form.
am 07.06.2006 14:05:08 von SSGHow to store a date in ms sql server , using asp, how to write the
insert statement to do this.?
How to store a date in ms sql server , using asp, how to write the
insert statement to do this.?
SSG wrote:
> How to store a date in ms sql server , using asp, how to write the
> insert statement to do this.?
My preference is to use stored procedures, via the technique described
in this post:
http://groups.google.com/group/microsoft.public.inetserver.a sp.general/msg/5d3c9d4409dc1701?hl=en&
However, if you don't wish to use stored procedures, you can use the
technique described here:
http://groups-beta.google.com/group/microsoft.public.inetser ver.asp.db/msg/72e36562fee7804e
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.