Nov 4, 2002 #1 hgough MIS Joined Oct 4, 2002 Messages 1 Location CA Does anyone know if you can selectively make tables in SQLBase read only? Or is it just read only database? thanks, Hal...
Does anyone know if you can selectively make tables in SQLBase read only? Or is it just read only database? thanks, Hal...
Nov 7, 2002 #2 Tusk Technical User Joined Oct 21, 2002 Messages 48 Location GB Try using a selective GRANT on the table for the users who need read only giving them SELECT access only. Upvote 0 Downvote
Try using a selective GRANT on the table for the users who need read only giving them SELECT access only.