Closed GoogleCodeExporter closed 9 years ago
I think the problem may be here in AccessErrorLog.cs:
247: sql.Append("WHERE Application = @Application");
248: sql.Append("ORDER BY TimeUtc DESC, SequenceNumber DESC) ");
There is a trailing space missing in "WHERE Application = @Application".
Original comment by azizatif
on 8 May 2008 at 8:35
Attached the details of the other error message seen, along the lines of, "The
SELECT statement includes a reserved word or an argument name that is
misspelled or
missing, or the punctuation is incorrect."
Odd that two different errors were seen to what seems to be a single root cause.
Original comment by azizatif
on 8 May 2008 at 8:40
Attachments:
Resolved in revision 286
Original comment by jamesdriscoll71
on 8 May 2008 at 8:48
Original issue reported on code.google.com by
azizatif
on 8 May 2008 at 8:33Attachments: