<%@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 %> National Corn Growers - Producing Profits
NCGA News



Listings are of nonfood and non-feed products containing corn and corn derivatives as an ingredient in their manufacture or formulation. For your convenience you can search an index of Product Applications.

Questions?

Request a Product Addition

Soy Products Guide

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.

Check out our Corn-Based Products Guide.

Video: Z-Trim a revolutionary all natural, zero calorie fat replacement

Windows Media
56k | 256k | 384k

Real Media
56k | 256k | 384k

 

 

 
Search the Site | Site Map | Return to Top of Page | Main Menu | Leader Resource Center
©National Corn Growers Association

 

     

Search the Site | Site Map | Return to Top of Page | Main Menu | Leader Resource Center
©National Corn Growers Association
<% rsProdCat.Close() Set rsProdCat = Nothing %> <% RsProdSup.Close() Set RsProdSup = Nothing %> <% RsProdApp.Close() Set RsProdApp = Nothing %>