gcauthor = 'smith' = sqlprepare(gnconnhandle, 'select * from authors; where au_lname = ?gcauthor') = sqlexec(gnconnhandle) ... gcauthor = 'jones' = sqlexec(gnconnhandle)