Read-only connection with ADO.NET, SQLITE and TSQL

My code reads through one connection and writes through another connection. I don’t want to accidentally write with the read connection. How can I make a read-only connection? I’m using SQLite ATM, and the code segment is converted to tsql at the end of the prototype.
You can change Read Only = True is added to the read-only connection.

Data Source=filename;Read Only=True;

I The code reads through one connection and writes through another connection. I don’t want to accidentally write with the read connection. How can I make a read-only connection? I’m using SQLite ATM and converted the code snippet to tsql at the end of the prototype.

You can add Read Only = True to the read-only connection.

p>

Data Source=filename;Read Only=True;

WordPress database error: [Table 'yf99682.wp_s6mz6tyggq_comments' doesn't exist]
SELECT SQL_CALC_FOUND_ROWS wp_s6mz6tyggq_comments.comment_ID FROM wp_s6mz6tyggq_comments WHERE ( comment_approved = '1' ) AND comment_post_ID = 910 ORDER BY wp_s6mz6tyggq_comments.comment_date_gmt ASC, wp_s6mz6tyggq_comments.comment_ID ASC

Leave a Comment

Your email address will not be published.