Site hosted by Angelfire.com: Build your free website today!

  Home Back Contact Me Resume Feedback Contents Search

VB Code
                                                   
Christopher Fancy AIT, Comptia A+

    

Pictured below are examples of Visual Basic Code our team "Bullet Proof Software" produced during the completion of the Virtual Placement Agency Project.

Here I have chosen to display the OpenDB and the CloseDB methods. These methods were in charge of testing to see if a connection was present and if not use a connection string to open the database for usage. In the case that the CloseDB method was called the code would test to see if a connection existed and if so, called the close method of the ADO Connection object to officially sever the connection to the database. Note the green code comments for further explanation of the steps the code takes on to achieve this task.

Here I have chosen to display the Form_Load method. This method was in charge of filling a list box on the initialization or "load" of the respective form.  Note the green code comments for further explanation of the steps the code takes on to achieve this task.

 

                                            

Home ] Back ]

Send mail to cjfancy@hotmail.com with questions or comments about this web site.
Last modified: January 07, 2002