Results 1 to 2 of 2

Thread: Invalid Argument

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2004
    Posts
    100

    Invalid Argument

    Hi all.

    My web based system is using ASP and Ms Access database.
    I got an error at some page which the error is:

    Microsoft JET Database Engine (0x80004005)
    Invalid argument.
    /jabatanlaut/LogGagal.asp, line 54

    I dont have any idea how to solve this "Invalid Argument" problem.
    Below is the code which this error pointed to (line 54).
    VB Code:
    1. rs22.open"SELECT CHECKINOUT.USERID, CHECKINOUT.CHECKTIME, CHECKINOUT.CHECKTYPE, CHECKINOUT.VERIFYCODE, CHECKINOUT.SENSORID INTO ast FROM CHECKINOUT group by CHECKINOUT.USERID, CHECKINOUT.CHECKTIME, CHECKINOUT.CHECKTYPE, CHECKINOUT.VERIFYCODE, CHECKINOUT.SENSORID, format(checkinout.checktime,""m/d/yyyy"")",confile

    Hope, anyone here can help. Thanks in advance.

  2. #2
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Invalid Argument

    Hi, for starters put a space inbetween this ..

    rs22.open "SELECT
    ............^

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width