<% ' FP_ASP ASP Automatically generated by a Frontpage Component. Do not Edit. On Error Resume Next Session("FP_OldCodePage") = Session.CodePage Session("FP_OldLCID") = Session.LCID Session.CodePage = 1252 Err.Clear strErrorUrl = "" If Request.ServerVariables("REQUEST_METHOD") = "POST" Then If Request.Form("VTI-GROUP") = "0" Then Err.Clear Set fp_conn = Server.CreateObject("ADODB.Connection") FP_DumpError strErrorUrl, "Cannot create connection" Set fp_rs = Server.CreateObject("ADODB.Recordset") FP_DumpError strErrorUrl, "Cannot create record set" fp_conn.Open Application("ncawdvet_ConnectionString") FP_DumpError strErrorUrl, "Cannot open database" fp_rs.Open "Results", fp_conn, 1, 3, 2 ' adOpenKeySet, adLockOptimistic, adCmdTable FP_DumpError strErrorUrl, "Cannot open record set" fp_rs.AddNew FP_DumpError strErrorUrl, "Cannot add new record set to the database" Dim arFormFields0(38) Dim arFormDBFields0(38) Dim arFormValues0(38) arFormFields0(0) = "othervet1" arFormDBFields0(0) = "othervet1" arFormValues0(0) = Request("othervet1") arFormFields0(1) = "Intake_Dog" arFormDBFields0(1) = "Intake_Dog" arFormValues0(1) = Request("Intake_Dog") arFormFields0(2) = "SNvet" arFormDBFields0(2) = "SNvet" arFormValues0(2) = Request("SNvet") arFormFields0(3) = "vetCarevet" arFormDBFields0(3) = "vetCarevet" arFormValues0(3) = Request("vetCarevet") arFormFields0(4) = "educatevet" arFormDBFields0(4) = "educatevet" arFormValues0(4) = Request("educatevet") arFormFields0(5) = "Euthanasia_Dog" arFormDBFields0(5) = "Euthanasia_Dog" arFormValues0(5) = Request("Euthanasia_Dog") arFormFields0(6) = "MailingAddress2" arFormDBFields0(6) = "MailingAddress2" arFormValues0(6) = Request("MailingAddress2") arFormFields0(7) = "LowCostVetYesNo" arFormDBFields0(7) = "LowCostVetYesNo" arFormValues0(7) = Request("LowCostVetYesNo") arFormFields0(8) = "sheltervet" arFormDBFields0(8) = "sheltervet" arFormValues0(8) = Request("sheltervet") arFormFields0(9) = "othervet" arFormDBFields0(9) = "othervet" arFormValues0(9) = Request("othervet") arFormFields0(10) = "Adoption_Dog" arFormDBFields0(10) = "Adoption_Dog" arFormValues0(10) = Request("Adoption_Dog") arFormFields0(11) = "County" arFormDBFields0(11) = "County" arFormValues0(11) = Request("County") arFormFields0(12) = "Fax" arFormDBFields0(12) = "Fax" arFormValues0(12) = Request("Fax") arFormFields0(13) = "euthanizevet" arFormDBFields0(13) = "euthanizevet" arFormValues0(13) = Request("euthanizevet") arFormFields0(14) = "rescueFosterSanctuaryvet" arFormDBFields0(14) = "rescueFosterSanctuaryvet" arFormValues0(14) = Request("rescueFosterSanctuaryvet") arFormFields0(15) = "feralStrayTrapsvet" arFormDBFields0(15) = "feralStrayTrapsvet" arFormValues0(15) = Request("feralStrayTrapsvet") arFormFields0(16) = "City" arFormDBFields0(16) = "City" arFormValues0(16) = Request("City") arFormFields0(17) = "Email" arFormDBFields0(17) = "Email" arFormValues0(17) = Request("Email") arFormFields0(18) = "LowCostVetRequired" arFormDBFields0(18) = "LowCostVetRequired" arFormValues0(18) = Request("LowCostVetRequired") arFormFields0(19) = "Phone" arFormDBFields0(19) = "Phone" arFormValues0(19) = Request("Phone") arFormFields0(20) = "respondToComplaintsvet" arFormDBFields0(20) = "respondToComplaintsvet" arFormValues0(20) = Request("respondToComplaintsvet") arFormFields0(21) = "Intake_Cat" arFormDBFields0(21) = "Intake_Cat" arFormValues0(21) = Request("Intake_Cat") arFormFields0(22) = "Name" arFormDBFields0(22) = "Name" arFormValues0(22) = Request("Name") arFormFields0(23) = "AnimalFocus" arFormDBFields0(23) = "AnimalFocus" arFormValues0(23) = Request("AnimalFocus") arFormFields0(24) = "MailingAddress" arFormDBFields0(24) = "MailingAddress" arFormValues0(24) = Request("MailingAddress") arFormFields0(25) = "ZipCode" arFormDBFields0(25) = "ZipCode" arFormValues0(25) = Request("ZipCode") arFormFields0(26) = "PhysicalCity" arFormDBFields0(26) = "PhysicalCity" arFormValues0(26) = Request("PhysicalCity") arFormFields0(27) = "PhysicalAddress" arFormDBFields0(27) = "PhysicalAddress" arFormValues0(27) = Request("PhysicalAddress") arFormFields0(28) = "PhysicalZipcode" arFormDBFields0(28) = "PhysicalZipcode" arFormValues0(28) = Request("PhysicalZipcode") arFormFields0(29) = "shelterSupportvet" arFormDBFields0(29) = "shelterSupportvet" arFormValues0(29) = Request("shelterSupportvet") arFormFields0(30) = "Euthanasia_Cat" arFormDBFields0(30) = "Euthanasia_Cat" arFormValues0(30) = Request("Euthanasia_Cat") arFormFields0(31) = "careAndTrainingvet" arFormDBFields0(31) = "careAndTrainingvet" arFormValues0(31) = Request("careAndTrainingvet") arFormFields0(32) = "PhysicalAddress2" arFormDBFields0(32) = "PhysicalAddress2" arFormValues0(32) = Request("PhysicalAddress2") arFormFields0(33) = "Website" arFormDBFields0(33) = "Website" arFormValues0(33) = Request("Website") arFormFields0(34) = "AnimalFocusOther" arFormDBFields0(34) = "AnimalFocusOther" arFormValues0(34) = Request("AnimalFocusOther") arFormFields0(35) = "Adoption_Cat" arFormDBFields0(35) = "Adoption_Cat" arFormValues0(35) = Request("Adoption_Cat") arFormFields0(36) = "Addition_Correction" arFormDBFields0(36) = "Addition/Correction" arFormValues0(36) = Request("Addition_Correction") arFormFields0(37) = "LowCostVetPublic" arFormDBFields0(37) = "LowCostVetPublic" arFormValues0(37) = Request("LowCostVetPublic") FP_SaveFormFields fp_rs, arFormFields0, arFormDBFields0 FP_SaveFieldToDB fp_rs, Now, "Timestamp" fp_rs.Update FP_DumpError strErrorUrl, "Cannot update the database" fp_rs.Close fp_conn.Close Session("FP_SavedFields")=arFormFields0 Session("FP_SavedValues")=arFormValues0 Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") Response.Redirect "ncawdthankyou.asp" End If End If Session.CodePage = Session("FP_OldCodePage") Session.LCID = Session("FP_OldLCID") %> North Carolina Animal Welfare Directory Form
 

          

 
 
 

Home

About Us

Donations

Volunteers

Spay & Neuter

Community Cats

Pet Health

Happy Tails

Animal Control

Lost & Found

Re-Homing Pets

Adoption Info

Upcoming Events

Shopping

Emergency Info

Franklin County Animal Laws

Our Vets

Our Supporters

Contact Us

 
 

North Carolina Animal Welfare Directory Form

 

Low Cost Spay/Neuter Clinics

 

and

 

Veterinary Offices

 


 

Please fill in the following information for your organization, government facility, veterinarian office or spay/neuter clinic for North Carolina ONLY. If you have any questions you may contact us

***REQUIRED FIELDS ARE IN RED***

 

Is this a correction, update or a new entry?*

Organization's FULL Name*:

 

Counties your group serves*

Hold down the Ctrl key while clicking with your mouse to select more then one County

 

Mailing Address

(the main address where you receive your mail. For example, donations, bills, bank statements etc)

 

Address*

 

Suite, Apartment, Building Number

City*

State

NC

Zip Code*

 

 

Physical Address

(ONLY if you have a facility! This is where you house your animals if you are a shelter. If you are a foster care system then do not fill this part out)

 

Street Address

Suite, Apartment, Building Number

City

State

NC

Zip Code

*Phone

(Please use dashes)

FAX

*E-mail

 

*Website

http://www.

You can put your Petfinder, Pets911, Adopt A Pet or Petango website here if you do not have a main website

 

What animal do you mainly focus on?* (dogs, cats, etc)

Hold down the Ctrl key while clicking with your mouse to select more then one choice

If you chose Other please specify

 

What services do you provide? *required 

Do you provide: (Check all that apply)

veterinary care

spay/neuter

For spay/neuter do you provide:

- *subsidized or discounted?

            

*available to the public?

            

And is it:

- *required before adoption?

            

Do you: (Check all that apply)

respond to community animal-related complaints

shelter unwanted, homeless or stray animals

euthanize unwanted or homeless animals

rescue, foster or provide sanctuary for animals

educate about animal issues

provide animal care/training assistance

support and assistance for animal shelter

traps or assistance with feral cats or strays

other (please explain)

 

Adoption/Euthanasia numbers *required

To help us create accurate statewide figures we ask that you provide your 2009 info. If you do not euthanize please place zeros in the boxes.

 

*Intakes:

dogs    cats  

 

*Adoptions:

dogs    cats  

 

*Euthanasia's:

dogs    cats  

 

 

AFTER SUBMITTING YOUR INFO YOU WILL BE TAKEN TO A CONFIRMATION PAGE

 

  Hot News

Order 2012 Calendars now!

Keep your pets warm & safe - Cold Weather Tips

Keep up to date by joining our email list

Low Cost Spay & Neuter apply here

Federal Employee? Designate us for your pledge!

Lost a pet? Check the County Shelter first!

Franklin County Low Cost Rabies Vaccinations Clinics! Learn more here

Read our latest Newsletter "Pause for Paws"

 
 
 
Copyright 2010 SPCA of Franklin County. All rights reserved Last modified: 01/22/12