Hello,
Errors on Page with this code
SQLQ = "INSERT INTO sug (name, class, type, sug, dt) VALUES ('" _
   & Request.QueryString("Name") & "','" _
   & Request.QueryString("Class") & "','" _
   & Request.QueryString("RSug") & "','" _ 
   & Request.QueryString("SugComment") & _
   & date & _
   "')"
HTTP 500 - Internal server error 
Internet Explorer 
But without date work normal and save all data normal in MS Access.

SQLQ = "INSERT INTO sug (name, class, type, sug) VALUES ('" _
   & Request.QueryString("Name") & "','" _
   & Request.QueryString("Class") & "','" _
   & Request.QueryString("RSug") & "','" _ 
   & Request.QueryString("SugComment") & _
   "')"


Balaji vishnubhotla <[EMAIL PROTECTED]> wrote:
Engraze,

What are the errors u r encountering??

After seeing the error I can help u out.

-- 
Balaji V



Yahoo! Groups Links







__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to