How to store date in SQL server getting input from html form.

How to store a date in ms sql server , using asp, how to write the
insert statement to do this.?
SSG [ Mi, 07 Juni 2006 14:05 ] [ ID #1346045 ]

Re: How to store date in SQL server getting input from html form.

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.
reb01501 [ Mi, 07 Juni 2006 14:23 ] [ ID #1346046 ]
Webserver » microsoft.public.inetserver.asp.db » How to store date in SQL server getting input from html form.

Vorheriges Thema: probleme with cookie
Nächstes Thema: ADO and Linked MySQL Tables