how to write this program in vb.net2008 with Odbc?
select companyname from comapny table show in combobox1 then companywise project name show in combobox2
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shirsendu NandiPosted May 3, 2011, 4:44 AM
Jaganathan BantheswaranPosted Apr 28, 2011, 8:41 AM
Already you know that how to connect VS 2008 with ODBC i guess.
so get the values from the odbc using the query like "select companyname from comapnytable"
add the values to combo box.
write a code to add values to combobox2 while selecting a value from combobox1. [ query for this is "select project name from projecttable where company="fffff" ]
As like