If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I m working on a database project. I have to bind my data source to an MSFlexgrid control so that i can display the contents ofthe database. Can someone help me in those regards.
flex grid conrtol can ONLY be bound to Acivex Data Objects(ADO) controls and NOT the intrinsic control in your toolbox. Use Data1 and bind it to your DB and tbale then under flexgrid bind it to your data1 control. Its ez to do!