<% 'Set up database connection Dim objRec Dim objCommand Set objCommand = Server.CreateObject ("ADODB.Command") Set objRec = Server.CreateObject ("ADODB.Recordset") %> Delta Electronics Manufacturing | SMA connectors

 

RF • Microwave
Millimeterwave
CONNECTORS

Choose your adapter between series requirements from the menus below, and click the "Find" button.

For each characteristic, you can get instant technical information by clicking the "More Info" button. This opens a new page that illustrates the options available for that characteristic or function. Click on the close box of the information page to continue your search..

You can increase the probability of finding the configuration you need by NOT specifying plating.

<% 'Find abs_left_end_series objCommand.ActiveConnection = strConnect objCommand.CommandText = "SELECT distinct ABS_left_end_series FROM Products WHERE ABS_left_end_series <> '' AND function = 'adapter between series' ORDER BY ABS_left_end_series" objCommand.CommandType = 1 Set objRec = objCommand.Execute %>

<% 'Find abs_left_end_mating objCommand.ActiveConnection = strConnect objCommand.CommandText = "SELECT distinct ABS_left_end_mating FROM Products WHERE ABS_left_end_mating <> '' AND function = 'adapter between series' ORDER BY ABS_left_end_mating" objCommand.CommandType = 1 Set objRec = objCommand.Execute %>

<% 'Find abs_right_end_series objCommand.ActiveConnection = strConnect objCommand.CommandText = "SELECT distinct ABS_right_end_series FROM Products WHERE ABS_right_end_series <> '' AND function = 'adapter between series' ORDER BY ABS_right_end_series" objCommand.CommandType = 1 Set objRec = objCommand.Execute %>

<% 'Find abs_right_end_mating objCommand.ActiveConnection = strConnect objCommand.CommandText = "SELECT distinct ABS_right_end_mating FROM Products WHERE ABS_right_end_mating <> '' AND function = 'adapter between series' ORDER BY ABS_right_end_mating" objCommand.CommandType = 1 Set objRec = objCommand.Execute %>

<% 'Find mounting_type objCommand.ActiveConnection = strConnect objCommand.CommandText = "SELECT distinct mounting_type FROM Products WHERE mounting_type <> '' AND function = 'adapter between series' ORDER BY mounting_type" objCommand.CommandType = 1 Set objRec = objCommand.Execute %>

<% 'Find body_plating objCommand.ActiveConnection = strConnect objCommand.CommandText = "SELECT distinct body_plating FROM Products WHERE body_plating <> '' AND function = 'adapter between series' ORDER BY body_plating" objCommand.CommandType = 1 Set objRec = objCommand.Execute %>

<% 'Close database connection objRec.Close Set objRec = Nothing Set objCommand = Nothing %>