Sql results to string

tchavez

Member
Joined
Nov 11, 2005
Messages
21
Programming Experience
1-3
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.
 
Back
Top