<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim esSearch Dim esSearch_numRows Set esSearch = Server.CreateObject("ADODB.Recordset") esSearch.ActiveConnection = MM_connBD_STRING esSearch.Source = "SELECT * FROM BDPROOFS" esSearch.CursorType = 0 esSearch.CursorLocation = 2 esSearch.LockType = 1 esSearch.Open() esSearch_numRows = 0 %> Proofs on the Web
Bob Darling Photography

Proofs on the Web

   Enter Code 

  

    

Home | Weddings | Portraits | Pets | Pricing | Passports | Email | About Us
Bob Darling Photography, 589 Main Street, Placerville, CA 95667 Phone: (530) 626-9586
Sunday, September 6, 2009 8:37 AM
<% esSearch.Close() Set esSearch = Nothing %>