<%Option Explicit%> BreastDrs.com <% Dim dcnDB Dim rsState Dim rsCategory Dim strSQLState Dim strSQLCategory Dim state_ Dim state_v Dim category_ dim connectstring Set dcnDB = Server.CreateObject("ADODB.Connection") Set rsState = Server.CreateObject("ADODB.Recordset") Set rsCategory = Server.CreateObject("ADODB.Recordset") ' setup the connection string ConnectString = "DRIVER={MySQL ODBC 3.51 Driver};" _ & "SERVER=localhost;" _ & "PORT=3307;" _ & "DATABASE=gnosis;" _ & "UID=util;" _ & "PWD=ut!l;" Set dcnDB = Server.CreateObject("ADODB.Connection") Set rsState = Server.CreateObject("ADODB.Recordset") Set rsCategory = Server.CreateObject("ADODB.Recordset") ' open the database connection With dcnDB ' Establish DSN-less connection .ConnectionString = ConnectString .ConnectionTimeout = 10 .CursorLocation = 1 .Open End With strSQLState="SELECT * FROM State WHERE site_id = '329' ORDER BY StateName" 'Returns state names and abbreviations strSQLCategory="SELECT * FROM JobCategory WHERE site_id = '329' ORDER BY Category" 'Returns job categories rsState.Open strSQLState,dcnDB 'opens recordset with given sql statement (basically sticks filtered data into an accessable object) rsCategory.Open strSQLCategory,dcnDB 'opens recordset with given sql statement (basically sticks filtered data into an accessable object) %>

Plastic Surgeon Directory  job search  Add A Listing  job search  Photo Gallery  job search Contact Us
 

 

 







 

          

 
Dr. David Berman

Dr. David Berman's Credentials

Dr. Berman is a board certified plastic surgeon in both Canada and United States who is recognized internationally. His credentials include:

  • Board certified in both general surgery and plastic surgery.

  • Board certified in plastic surgery both in Canada and the United States.

  • Nine years of surgical training after medical school.

  • Plastic surgery training and a fellowship at the University of Virginia in Charlottesville.

  • In private practice in Toronto, Canada, from 1990 to 1992.

  • In private practice in Sterling, Virginia, since 1992.

Breast Augmentation Sample 1


Before images


After Images

This 27-year-old woman was requesting larger breasts. The results after having breast augmentation.

Breast Augmentation Sample 2


Before images

This 24-year-old woman requested a breast enlargement from size 34a to 34c; round implants; 350CC's.


After Images

The results after having breast augmentation.

Breast Augmentation Sample 3


Before images

This 24-year-old woman has very different breast sizes.
 


Results after the 1st surgery


After Images

Final results after further surgery.
Further improvement expected
over time.



After Images

Breast Augmentation Sample 4

Before image

This 19-year-old woman who had very asymmetrical breasts. She wanted them enlarged and to be made more even in size

After Image

This is the result after 14 months and only one surgery.

Breast Augmentation Sample 5

Before image

After Image 

Breast Augmentation Sample 6

Before image

After Image

 

 
 


Copyright © 2001 JobKite, Inc.

 

<% rsState.Close dcnDB.Close %>