About 12,800 results
Open links in new tab
  1. Create database, add tables in .NET Framework apps - Visual Studio ...

    Oct 30, 2025 · Create a database with tables and foreign keys in a .NET Framework application by using Table Designer in Visual Studio.

  2. Lesson 23: Creating a Database Application in VB6 | VB Tutor

    Welcome to Lesson 23 of our Visual Basic 6 Tutorial! In this lesson, you'll learn how to create database applications using VB6's built-in Data Control. We'll connect to the NWIND.MDB sample database, …

  3. Accessing Databases Using Visual Basic - Techotopia

    Oct 27, 2016 · This chapter of Visual Basic Essentials is intended to provide a detailed overview of developing applications that work with databases using Visual Basic and ADO.Net. The next chapter …

  4. How To Connect Visual Basic To SQL Database - TechBloat

    Jan 20, 2025 · How To Connect Visual Basic To SQL Database Connecting Visual Basic (VB.NET) to a SQL Database is a fundamental skill for developers building data-driven applications. This guide will …

  5. VB.Net - Database Access - Online Tutorials Library

    Applications communicate with a database, firstly, to retrieve the data stored there and present it in a user-friendly way, and secondly, to update the database by inserting, modifying and deleting data.

  6. A Visual Basic .NET Database Project - Home and Learn

    Home and Learn: VB Net Course Visual Basic Express and Databases - the easy way For this tutorial, we're going to create a simple Address Book project. The names and addresses will come from a …

  7. Programming with Visual Basic - Database Coding

    This article describes in detail how to create a simple address book database application using Visual Basic program code.

  8. VB.NET - Database Operations | vb-net Tutorial

    Nowadays, you can't imagine any application without a database. If your application needs to access data from the database, you will need to perform some database operations. In any programming …

  9. Open SQL Database By Using VB .NET - .NET Framework

    Jul 16, 2025 · Introduces how to open SQL Server databases by using SQL Server .NET Data Provider together with Visual Basic .NET.

  10. Working with Databases in Visual Basic: A Step-by-Step Guide

    Setting Up Your Development Environment First, get Visual Studio and SQL Server on your computer. This step makes sure you can start working with databases right away in Visual Basic.