Thursday, November 27, 2008

More SQL keywords in VB6

Another New lesson is added! This lesson teach you how to use more SQL keywords in database queries. You will learn the keywords WHERE for specifying certain criteria to search for data in a table. For details, please refer to

http://www.vbtutor.net/lesson21(d).html

Wednesday, November 26, 2008

Using SQL in Visual Basic 6

I have created another new tutorial lesson. In this lesson, I discuss and demonstrate the use of Structured Query Language (SQL) in Visual Basic 6 environment. You will learn how to use the SQL keywords such as SELECT and FROM to look for certain data in a database. Click the link below to learn about SQL now.

http://www.vbtutor.net/lesson21(c).html

Saturday, November 22, 2008

DataGrid Control

I have included a new lesson related to database management. In the previous chapters, we use textboxes to display data by connecting them to a database via Microsoft ADO data Control 6.0. The textbox is not the only control that can display data from a database, many other controls in Visual Basic can display data. One of the them is the DataGrid control. DataGrid control can be used to display the entire table of a recordset of a database. It allows users to view and edit the data. Please click on Lesson 21(b) to view the latest lesson.