Xamarinsqlite tutorial installing SQLite / SQL Server Compact toolbox

Why can’t you grab tickets when you travel on holiday?Reveal the key technology of 12306 how to ensure the ticket is not oversold>>>

Download and install SQLite/SQL Server Compact toolbox

SQLite/SQL Server Compact toolbox is a plug-in of visual studio. Using it, you can operate the database in an interface way, such as creating a database, adding tables and columns, adding indexes, etc. This section explains how to use the plug-in to manage the database

Download and install SQLite/SQL Server Compact toolbox

Visual studio does not integrate this plug-in by default, so users need to install it manually. The operation steps are as follows

(1) In visual studio, click the “tools” | “expand and update (U)…” command to pop up the “expand and update” interface, as shown in Figure 1.2

(3) Select the online option on the left and the recommended plug-ins will be displayed in the middle section. Find SQLite/SQL Server Compact toolbox

(4) Select SQLite/SQL Server Compact toolbox, click the “download” button, and the “downloading…” dialog box will pop up to download the component, as shown in Figure 1.3

(5) Download complete, close visual studio. At this time, the vsix installer initialization dialog box will pop up, as shown in Figure 1.4

(6) After initialization, the vsix installer license agreement dialog box will pop up, as shown in Figure 1.5

(7) Click the “modify (m)” button to open the vsix installer installation dialog box and start installing SQLite/SQL Server Compact toolbox, as shown in Figure 1.6

(8) After the plug-in is installed, the installation completion dialog box will pop up, as shown in Figure 1.7. Click the “close (c)” button to complete the plug-in installation

Similar Posts: