I'm using some asp net stored procedures and I do not want edit them. The trouble is when ThisProcedure returns no Field I need.
Query->FieldByName("RoleName") // delphi : Query.FieldByName("RoleName") (for TAG %D)
and sometimes it works, sometimes I've got error : CommandText does not return a return set
I can't avoid it using try catch so I have no idea how to pass this trouble.
Help me