If this is the exact SQL Code, then you have an invalid Syntax in your WHERE Clause. The WHERE Clause must have a specific value to compare to, and yours does not. Two possibilities occur to me:
Postings.Customers is a String, and should be compared to "?", not ?.
You want to accept any value...