Showing posts with label Visual Studio 2013. Visual Studio 2015. Show all posts
Showing posts with label Visual Studio 2013. Visual Studio 2015. Show all posts

Sunday, November 20, 2016

Post #8 : Programming " CRUD Part 2 - How to Select and Find data in SQL Server using VB.net"

Hi. Jack

now we will try to call the data that we have made in this post.

the scenario is, when we are typing the code in the code field and press enter the program will find the data in the database and display it if the code already exist in the database, if the code is not exist program will display "not found" message.

Post #7 : Programming " CRUD Part 1 - How to Insert or Create data in SQL Server using VB.net"

Hi Jack,

in the programming there is a very important process, no matter what the product is made, for dealing with the database CRUD definitely used.

CRUD what the heck is that ?

Monday, November 14, 2016

Post #2 : Programming "How to Add SQLite References in Visual Studio"

Hai Jack.

This is a post about how to add SQLite references into Visual Studio project.
there are two ways to add a SQLite references into a project that we create.
SQLite Online Instalation 
First we can use the Nuget Package Manager Console, an you can see picture below to find out where the menu "Nuget Package Manager Console" 

and to do this task you need internet connection.