Tuesday, December 13, 2016

How to Export Dataset to Excel Using Microsoft.Interop VB.Net & SQL Server

Hi Jack

This post is a continuation of the previous post 

How to Export Dataset to Excel Using XML VB.Net & SQL Server 

this time we will use Microsoft.Interop to export from the dataset to excel file.

How to Export Dataset to Excel Using XML VB.Net & SQL Server

Hi Jack

How to Export Dataset to Excel Using XML VB.Net & SQL Server

In this post we will note how of database dataset exported into microsoft excel.

we will be using xml, and then on the next we ae going to use Microsoft Office Interop so we can compare the performance of both.

Wednesday, November 23, 2016

Post #9 : Programming " CRUD Part 3 - How to Update data in SQL Server using VB.net with sample project"

Hi. Jack


Now we will try to  change the data that we have input, we will work with one button that we have made in the first trial here.

we will combine save and update command in one button.

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 ?

Friday, November 18, 2016

Post #5 : Programming "How to fill or add rows in DataGridView manually or automatically using VB.Net"

Hi Jack.

Today we will tried to enter data from database to a DataGridView.

What the heck DataGridView is ?, According mincrosoft listed here, DataGridView is a Control that have flexibility to display data in a table mode, you can make each columns readonly or write able, and there's many properties that can be used to embellish or making the presentation more informative.