The SEO Tutorial: Link Building
Written by Samuel in SEO
Search engines have always been the primary way of finding information...
Saturday, December 24, 2011
Friday, December 23, 2011
Database Access with the Data Control

STEPS:
1. Open a new Visual Basic project.
2. Put a data control (an intrinsic control, located in the VB toolbox) on the form and set the properties as follows:
Property Value
(Name) datAuthors
Caption Use the arrows to view the data
Connect Access (default)
DatabaseName ..\biblio.mdb
DefaultType UseJet (default)
RecordSource Authors (choose from list)
Notes: When you use the Data Control in a project, the properties that must be set are DatabaseName and RecordSource, in that...
Visual Basic & ADO Tutorial
About this Tutorial This tutorial presents three small sample applications using ADO. All three applications use a local MS Access database. The first sample application introduces the ADO Data Control (ADODC)...
Subscribe to:
Posts (Atom)