Is there a way to integrate the .mode and .import commands in C#? Many thanks.
string sql3 = @".mode tabs"; SQLiteCommand command3 = new SQLiteCommand(sql3, newConnectionObject); command3.ExecuteNonQuery();
Aucun commentaire:
Enregistrer un commentaire