Closed DamianSuess closed 4 years ago
Performs a basic connection to SQLite db and executes via ExecuteReader. Also addresses SQLite's updated Password functionality.
ExecuteReader
Parsing of the commands to determine which execution to utilize;
cmd.ExecuteReader()
rowsAffected = cmd.ExecuteNonQuery();
cmd.ExecuteScalar();
Performs a basic connection to SQLite db and executes via
ExecuteReader
. Also addresses SQLite's updated Password functionality.Out of Scope
Parsing of the commands to determine which execution to utilize;
cmd.ExecuteReader()
rowsAffected = cmd.ExecuteNonQuery();
cmd.ExecuteScalar();