❔ Database to Combo Box linking without using SQL??
Hello. I'm using winforms/visual studio and I just wanna ask if anybody has a way to link an access database into a combo box without using SQL.
I'm doing this for a school project and for some reason our professor prohibited us from using SQL, the system I'm tasked to do (Voting System) happens to be heavily reliant on database works and everything I see online requires it to work
4 Replies
BindingList is the database-driven wrapper, right? The one that DataGrid uses? Does ComboBox support that at all?
Update: I managed to find a solution by playing around with OleDb data reader and stuff, here's what I did
uhh... how does
select * from DATATABLE
not count as using SQL?Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.