How to use Adodc In Vb.net
-
In vb 6.0 we can use adodc by using connectionstring and recordsource properties and we can use that datasource and datafield properties to bind the controls with adodc. But in vb.net there is no property to bind controls with adodc control.In vb.net we can only use databinding.add method to bind the controls but it does not allow to bind control with the adodc control. Any idea how I can use adodc in vb.net 2005? Thanks in advance Ejaz
-
In vb 6.0 we can use adodc by using connectionstring and recordsource properties and we can use that datasource and datafield properties to bind the controls with adodc. But in vb.net there is no property to bind controls with adodc control.In vb.net we can only use databinding.add method to bind the controls but it does not allow to bind control with the adodc control. Any idea how I can use adodc in vb.net 2005? Thanks in advance Ejaz
I suggest you look into OLEDB as a datalayer option, I beleive the datacontrol idea has been deprecated in .net
Never underestimate the power of human stupidity RAH
-
In vb 6.0 we can use adodc by using connectionstring and recordsource properties and we can use that datasource and datafield properties to bind the controls with adodc. But in vb.net there is no property to bind controls with adodc control.In vb.net we can only use databinding.add method to bind the controls but it does not allow to bind control with the adodc control. Any idea how I can use adodc in vb.net 2005? Thanks in advance Ejaz
Adodc is not used anymore.
"I guess it's what separates the professionals from the drag and drop, girly wirly, namby pamby, wishy washy, can't code for crap types." - Pete O'Hanlon
-
I suggest you look into OLEDB as a datalayer option, I beleive the datacontrol idea has been deprecated in .net
Never underestimate the power of human stupidity RAH
-
Thanks Holmes for the reply. I never use oledb as data layer.Any artical or sample for this? Ejaz
2 pages of article on this site alone.[^]
Never underestimate the power of human stupidity RAH