This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARAS COMMUNITY GROUPS - Get DropDown Values from Database Table using aras plm software

arun - Thursday, July 26, 2012 3:40 AM:

i am using aras plm software i want Get DropDown Values from Database Table using aras plm software  
i want dropdown get value in form ...how can i get the value in database to dropdownlist..help me...
i create a method:
string sql="select first_name from innovator.user";
CCO.DB.InnDatabase.ExecuteSQL(sql);
return this;