View Single Post
  #6 (permalink)  
Old July 13th, 2004, 10:17 AM
om_prakash om_prakash is offline
Friend of Wrox
Points: 1,882, Level: 17
Points: 1,882, Level: 17 Points: 1,882, Level: 17 Points: 1,882, Level: 17
Activity: 7%
Activity: 7% Activity: 7% Activity: 7%
 
Join Date: May 2004
Location: India
Posts: 563
Thanks: 0
Thanked 14 Times in 14 Posts
Default

I think the problem is with date in the following statement:

mySQL = mySQL + " VALUES ('" + Request.Form("txtCustomerName") + "','";
    mySQL = mySQL + Request.Form("txtCustomerAddress") + "','";
    mySQL = mySQL + Request.Form("txtTelNumber") + "','";
    mySQL = mySQL + nowDate + "')";






Om Prakash
Reply With Quote