can we connect SQLite using visual studio
-
can we connect SQLite using visual studio?
-
can we connect SQLite using visual studio?
You have my permission
========================================================= I'm an optoholic - my glass is always half full of vodka. =========================================================
-
can we connect SQLite using visual studio?
Yes. Open the Server Explorer pane, and right click "Data Connections" From the context menu, select "Add Connection..." Use the "Change..." button to select the "Data source" Select "System.Data.SQLite Database File" from the list, and press OK Browse to your database, and set up the other parameters - then press OK In the Server explorer pane, right click the database and select "Properties". In the Properties pane, you will see a connection string you can copy and paste into your application or config file.
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952) Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)
-
can we connect SQLite using visual studio?
Entity framework connects to SQLIte easily.