Enable to run query in ASP...
Runs fine in MS Access directly ,..but if i execute it from ASP it gives error as
Error Type:
(0x80004005)
Unspecified error
SELECT tm.TeamName,wt.WTName,ts.Projid,ts.task,task.descn ,at.ActName,ts.workdate,ts.time_hr,ts.time_mi FROM timesheet ts,WorkType wt,ActivityMaster at,TeamMaster tm,timeestmaster task WHERE ts.teamid = tm.teamid and ts.wtid = wt.wtid and ts.actid = at.actid and ts.projid = task.proid and ts.task = task.task and ts.empid = 13979 and ts.workdate between #1-Aug-2006# and #7-Aug-2006#
I have heard if we use reserved words it will generate such error but here i can't see any such errors...any idea??
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|