Monday, December 19, 2011

How i make telephone directory in vb2005 using sql server2000 database?

Sounds like you got some homework to do.|||1. Create a table of phone numbers and any other relevant information in SQL Server.


2. Develop a form in VB to maintain and display the info.


3. Include code in the VB application to connect to the database table and execute all the relevant SQL queries.


4. Tie the queries to the relevant form buttons, menu items or other widgets.


5. Have SQL Server running when executing the form.

No comments:

Post a Comment