Hello, i just encountered this isue: it worked before.
The issue is in the ASPrunner application not in the webserver
I have this query:
SELECT
ID,
EmployeeName,
Address,
DateField,
TimeField,
EndTime,
DATEDIFF("n", [TimeField], [EndTime])/60 AS TotalHrs,
EmployeeRate,
[EmployeeRate]*(DATEDIFF("n", [TimeField], [EndTime])/60) AS Earnings,
OwnerID,
EmployeeTel
FROM WorkedHrs
when i click Results to check if my query is working9as it did just yesterday)
I get this error:
Unspecified error:
Data provider returned an E_FAIL status.