C# Sqlite conection and add data
https://drive.google.com/open?id=1Dqy...
https://drive.google.com/open?id=1Jpl...
----------Lovers programming----------
/ c.prog
--------------------------------------------------------
using System.Data.SQLite; //data sqlite
// SQLite objects:
SQLiteConnection sql_cnx;
SQLiteCommand sql_cmd;
// create a new database connection:
sql_cnx = new SQLiteConnection("Data Source= ****** ;Version=3;New=True;Compress=True;");
// open the connection:
sql_cnx.Open();
// create a new SQL command:
sql_cmd = sql_cnx.CreateCommand();
// insert in tabel
sql_cmd.CommandText = "INSERT INTO ***** ( ****** ) VALUES ( ***** );";
// execute Command
sql_cmd.ExecuteNonQuery();
// close connection:
sql_cnx.Close();
En esta página del sitio puede ver el video en línea C# Sqlite conection and add data de Duración hora minuto segunda en buena calidad , que subió el usuario Lovers programming 26 noviembre 2017, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,485 veces y le gustó 13 a los espectadores. Disfruta viendo!