G
Guest
Is there a way to open a read-only SQL connection? I like to give the user
the ability to write queries but not the ability to update/delete data.
I guess I could create a new user account ... but is there a way to specify
the read/write state in a SQLConnection or SQLCommand?
Thanks!
the ability to write queries but not the ability to update/delete data.
I guess I could create a new user account ... but is there a way to specify
the read/write state in a SQLConnection or SQLCommand?
Thanks!