I am trying to set the SQL Query. The following is my code:
SELECT LastName, FirstName, ExpYearMonDay, UserName, Password
FROM Membership
WHERE UserName IS NOT NULL
ORDER BY UserName
When I try to set the ADOQuery1 to true, I get the following error message.
Parameter UserName has no default value.
SELECT LastName, FirstName, ExpYearMonDay, UserName, Password
FROM Membership
WHERE UserName IS NOT NULL
ORDER BY UserName
When I try to set the ADOQuery1 to true, I get the following error message.
Parameter UserName has no default value.