Visit our Channel In this tutorial we will create an application to testing the SQL Server 2014 database connection. We will use connection string in the connection script. This part of lesson is very important for you which want to learn database programming. Before you can manipulate the database (SQL) using Windows form, you have to know how to connect them to the database. There is several steps to connecting to the database, that is: Create Visual Studio 2013 New Project Choose Windows Form Application Add Command Button on the Form Add Module to the Project Write command script to each Object Test the application >> Create Visual Studio 2013 New Project First, you have to open Visual Studio 2013, click New Project. Choose Windows Form Application. Then will appear New Project with default 1 Form on the workspace. >> Add Command Button on the Form Add a command button control take from Tool Box to the form object. >> Add Module to th...
Comments
Post a Comment