Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sureshv

  1. sureshv

    Syntax error in INSERT INTO statement.

    hi, in ur query(error) --- INSERT INTO Messages (PostDate, PostTime, From, Subject, ReplyTo, MessageBody) Values('29/06/2002', '1:33:38 PM', 'Brendan', 'submit test', ' 2 ', 'Spectacularrrr') "From" is a key word... and ur having that as one of ur field in database.. rename the...
  2. sureshv

    Syntax error in INSERT INTO statement.

    hi, in ur query(error) --- INSERT INTO Messages (PostDate, PostTime, From, Subject, ReplyTo, MessageBody) Values('29/06/2002', '1:33:38 PM', 'Brendan', 'submit test', ' 2 ', 'Spectacularrrr') From is a key word... rename the field in database & try.. hope that may work..
  3. sureshv

    Help!: Handling largeish result sets with ASP

    hi, instead of retriving the records as rs("eid") & " : " & rs("timestamp") why can't u try with arrVariable = rs.getRows then display from the array.. i feel this will even improve the performance... hope this will work!!!!

Part and Inventory Search

Back
Top