%@LANGUAGE="VBSCRIPT"%> <% Dim rsProdCat Dim rsProdCat_numRows Set rsProdCat = Server.CreateObject("ADODB.Recordset") rsProdCat.ActiveConnection = "CYC" rsProdCat.Source = "SELECT distinct general_category FROM products" rsProdCat.CursorType = 0 rsProdCat.CursorLocation = 2 rsProdCat.LockType = 1 rsProdCat.Open() rsProdCat_numRows = 0 %> <% Dim RsProdSup Dim RsProdSup_numRows Set RsProdSup = Server.CreateObject("ADODB.Recordset") RsProdSup.ActiveConnection = "CYC" RsProdSup.Source = "SELECT distinct suppliername FROM products" RsProdSup.CursorType = 0 RsProdSup.CursorLocation = 2 RsProdSup.LockType = 1 RsProdSup.Open() RsProdSup_numRows = 0 %> <% Dim RsProdApp Dim RsProdApp_numRows Set RsProdApp = Server.CreateObject("ADODB.Recordset") RsProdApp.ActiveConnection = "CYC" RsProdApp.Source = "SELECT DISTINCT product_application FROM products order by product_application " RsProdApp.CursorType = 0 RsProdApp.CursorLocation = 2 RsProdApp.LockType = 1 RsProdApp.Open() RsProdApp_numRows = 0 %>
|
Welcome to the NCGA Technology & Commercial Development Center (TCDC). The TCDC was created to help achieve the vision of increased opportunity for grower profit. Developed under the direction of the NCGA Research and Business Development team, the TCDC provides additional resources to growers such as interactive tools and resources, and is structured to ultimately become a catalyst for rural business development.
|
||||||||||