<% OPTION EXPLICIT Response.Buffer=TRUE %> <% '============================================ ' ' {webroot}/asp/ ' ' Code Action: ' - ' '============================================ ' ' Code Changes ' ------------ ' - '============================================ ' 'Optionally reset ADO activity behavior settings 'objBehavior.bDoErrorTrap=FALSE 'objBehavior.bErrorTrapShowSQL=FALSE 'objBehavior.sErrorTrapPageURL="/asp/ErrorTrap/Failure_ProblemEncountered.asp" 'objBehavior.bDoLogErrors=FALSE 'objBehavior.bDoEmailNotify=FALSE 'objBehavior.bDoAutoErrorHandling=FALSE '----------------------------------------------------------------------------------------- '- Declare local variables '----------------------------------------------------------------------------------------- DIM objDBC 'Database Connection Object DIM objRCS 'ADO Recordset Object DIM sSQL 'query string '----------------------------------------------------------------------------------------- '- Setup Database Objects '----------------------------------------------------------------------------------------- 'open a database connnection SET objDBC=NEW DatabaseConnectionObject objDBC.Connect Application("ConnectionString1"),objBehavior,Application("sDataSourceType1") 'create a recorset object SET objRCS=NEW ADORecordsetObject objRCS.AssignADOConnection(objDBC) '----------------------------------------------------------------------------------------- '- '----------------------------------------------------------------------------------------- '----------------------------------------------------------------------------------------- '- functions and subroutines '----------------------------------------------------------------------------------------- SUB CleanUP() objDBC.Disconnect SET objRCS=Nothing SET objDBC=Nothing SET objBehavior=Nothing END SUB %> Multiport Adapter Product Assistance
 

Personalized Product Assistance --- Just Ask!

Not everyone has the time to search through the options to find the perfect fit. That's why we offer personalized product assistance. If you're uncertain what features or product family you need, this form is your direct line to our sales and engineering teams. Enter as much information as you have available, add comments or ask questions then hit submit. We'll assess your needs and provide you with product options or suggest a customized approach to fit your unique situation. No strings attached!
 

REQUIREMENTS

Operating system

Bus requirement

Electrical interface(s)
(select multiple by holding shift)

Connector requirements

Application

Application environment
(i.e. special operating conditions)

Additional comments

 
 

CONTACT INFORMATION

E-mail address

You will be contacted by e-mail unless you note otherwise. If you prefer to be contacted directly via phone, be sure to include your name and telephone number below.

Name

Telephone Number

I would like to receive product updates and information in the future. 

 Yes No

Note: All efforts will be made to respond within a couple of hours. If the request is made outside of our regular business hours of 8:30 a.m. to 5 p.m. Eastern Standard Time, Monday to Friday, your request will be processed on the next business day.
 

 
<% CleanUP() %>