Hi All.
I'm using VB2005 and SQL2005 and I would like to populate combobox by stored pocedure but I have problem to create stored pocedure. In combobox I want to display value of Option field. How to create stored pocedure based on Table1 that has fields: ID, Option, Type?
Thanks.