Anyone know how to get a sql result into a string?
Such as: "Select admin From access Where (usrs = "me")"
admin has either the value y or f which needs to be evaluated in an IF statement. To determine if the user has access to the page.
Such as: "Select admin From access Where (usrs = "me")"
admin has either the value y or f which needs to be evaluated in an IF statement. To determine if the user has access to the page.