Re: Error 500 - Internal Server Error



Perhaps use

SELECT * FROM sysuser WHERE companies LIKE '0002%' AND usrflag='U' AND
tblname='curSysuser'

maybe even leave out the "tblname = xxx" part, it will depend on the
data your searching on.

Tony

.