create a readonly connection to MySQL?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-05-22T20:58:41Z Indexed on 2010/05/22 21:00 UTC
Read the original article Hit count: 92

Filed under:
|

I looked at the MySql Connection Options and it doesnt seem to be there. Is there a way to create a read only connection/command for .NET? With SQLite i could specify read only=true to do this. What can i do with MySQL?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about mysql