dimanche 14 juin 2015

SQLite .mode and .import commands

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