Posts

Showing posts from July, 2015

Persons to be remembered

The Inventor of E-mail              - V A Shiva Ayyadurai Father of Computing era/age              - William Schickard Father of Computer              - Charles Babbage World's first computer programer              - Augusta Ada King (Ada lovelace) Inventor of WorldWideWeb              - Tim Berners Lee Father of Internet

Database programming in VB for begginers

Image
The built-in add-in tool ,Visual Data Manager, available in Visual Basic is used for creating database. Visual Data Manager can be used to create tables, add new data as well as edit data. Besides that, it can be used to modify table structure. To create the database follow the steps Step-1  To activate or start  Visual Data Manager, select Add-In menu of VB project window from there select the first item, V isual Data Manager.On clicking the Visual Data Manager a window titled VisData will pop up. From the menu of  this window, click File and choose New to create a new database.(Steps:- New->Microsoft-Access->Version7.0MDB ) See the figures below: