Tutorial search

Visual Basic Tutorials
Tutorials
Stuff
Affiliates

Visual Basic Database Tutorials


We hope that you will enjoy our Visual Basic Database tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own Visual Basic Database tutorials to our site. Thank you !

Sort by:
Visual Basic Database Management
Visual Basic Database Management
Visual Basic Database Management. Introductory lessons for working with ADO Data control and example exercises.
Category: Visual Basic tutorials > Database - Difficulty:
Adodb Connection in easy steps
Adodb Connection in easy steps
From the basics, the tutorial brings you to a complete manipulation of the database and takes you one level ahead. This will incite you to think better and be more creative.
Category: Visual Basic tutorials > Database - Difficulty:
English Shoes[ A complete database application]
English Shoes[ A complete database application]
This is a complete solution to shoes store/shop. Handles inventory, sales and accounts. Options to add salesmen,suppliers,users and colors. Handles Sale & Purchase returns. Includes more than 20 reports. A perfect example to learn database programming in vb 6
Category: Visual Basic tutorials > Database - Difficulty:
Using VB.NET with MySQL
Using VB.NET with MySQL
Many of you might be trying to get MySQL working with Visual Studio 2005 or Visual Basic Express Edition. Well, Microsoft clearly made the DB manager for Microsoft SQL Server and Oracle Server. Although, the makers of MySQL Server have released an extension for VS 2005 and VB Express. You will need to download and install it on your development computer to continue.
Category: Visual Basic tutorials > Database - Difficulty:
Databases
Databases
In this section I'll talk about how to use the database features of VB, but I'll also talk about when those features are overkill and when simpler methods of data storage can be substituted for the VB database methods.
Category: Visual Basic tutorials > Database - Difficulty:
SQL in VB
SQL in VB
To selectively display records in a recordset, the feature to use is SQL - Structured Query Language. By creating a query (a text string which tells VB what to include in a recordset or what actions to take against the data in a recordset) you can greatly simplify the code you have to write in an application that utilizes databases.
Category: Visual Basic tutorials > Database - Difficulty:
Creating VB database applications using ADO control
Creating VB database applications using ADO control
Data control is not a very flexible tool as it could work only with limited kinds of data and must work strictly in the Visual Basic environment. To overcome these limitations, we can use a much more powerful data control in VB known as ADO control.
Category: Visual Basic tutorials > Database - Difficulty:
Database Controls
Database Controls
Database controls are ideal if you want to get in, get the job done, and then get out. In this section we'll discuss the controls available to the database programmer. VB falls short, however, in helping beginners create databases from scratch.
Category: Visual Basic tutorials > Database - Difficulty:
Visual Basic 6 - Database Management
Visual Basic 6 - Database Management
Free tutorial for Database management in Visual Basic. Explained with examples and source code.
Category: Visual Basic tutorials > Database - Difficulty:
Creating an Advanced VB database application
Creating an Advanced VB database application
Creating an Advanced VB database application using ADO control.
Category: Visual Basic tutorials > Database - Difficulty:
Creating database applications in VB-Part I
Creating database applications in VB-Part I
Visual basic allows us to manage databases created with different database program such as MS Access, Dbase, Paradox and etc.
Category: Visual Basic tutorials > Database - Difficulty:
Databases
Databases
In Visual Basic 6, there are many ways to retrieve and manipulate data, and quite a few places to stash it once you have it. There are also a wide variety of application architectures possible—ranging from the wildly successful to the frankly disastrous.
Category: Visual Basic tutorials > Database - Difficulty:
Creating database applications in VB-Part II
Creating database applications in VB-Part II
In the previous lesson you have learned how to create a simple database application using data control. In this lesson, you will work on the same application but use some slightly more advance commands.
Category: Visual Basic tutorials > Database - Difficulty:
Retrieve and write data to excel with vb6
Retrieve and write data to excel with vb6
Retrieve data and write data to Microsoft excel using visual basic.
Category: Visual Basic tutorials > Database - Difficulty:
Total Tutorials in Category: 14