Click here to Skip to main content
15,909,324 members
Home / Discussions / Database
   

Database

 
GeneralWriting ActiveX Controls Pin
DustinMiles10-Sep-04 11:33
DustinMiles10-Sep-04 11:33 
GeneralRe: Writing ActiveX Controls Pin
Steven Campbell10-Sep-04 18:37
Steven Campbell10-Sep-04 18:37 
QuestionIs there a performance difference? Pin
Marc Clifton10-Sep-04 8:13
mvaMarc Clifton10-Sep-04 8:13 
AnswerRe: Is there a performance difference? Pin
Grimolfr10-Sep-04 9:15
Grimolfr10-Sep-04 9:15 
AnswerRe: Is there a performance difference? Pin
je_gonzalez10-Sep-04 10:45
je_gonzalez10-Sep-04 10:45 
AnswerRe: Is there a performance difference? Pin
Steven Campbell10-Sep-04 18:33
Steven Campbell10-Sep-04 18:33 
AnswerRe: Is there a performance difference? Pin
Mike Ellison12-Sep-04 5:35
Mike Ellison12-Sep-04 5:35 
QuestionHow do I clear a datasource from a bound control? Pin
Bart-Man10-Sep-04 4:05
Bart-Man10-Sep-04 4:05 
Greetings,

I have a combo box which I have bound to a datasource, and I want to remove the datasource so it doesn't have anything. I have to use it display some seperate text information.

(ie) How I set the datasource.
comboboxA.DataSource=DataSetTest;
comboboxA.DisplayMember="TableField1";

You can clear a datasource if you bind to a binding manager like this, and show 1 field at a time.
(ie) binding the object
comboboxA.DataBindings.Add("Text", DataSetTest, "TableField1");

(ie) To remove the binding you call.
comboboxA.DataBindings.Clear();

Is there an equivalent for removing a binding on a control while using a datasource?

Thanks in advance for any help! Smile | :)
AnswerRe: How do I clear a datasource from a bound control? Pin
sreejith ss nair11-Sep-04 23:55
sreejith ss nair11-Sep-04 23:55 
GeneraltSQL query Pin
partt10-Sep-04 2:57
partt10-Sep-04 2:57 
GeneralRe: tSQL query Pin
partt10-Sep-04 3:06
partt10-Sep-04 3:06 
GeneralGetting Server List. Pin
Sumit Domyan9-Sep-04 21:17
Sumit Domyan9-Sep-04 21:17 
GeneralRe: Getting Server List. Pin
David Salter9-Sep-04 22:39
David Salter9-Sep-04 22:39 
Generalnot detecting local MSDE Pin
Steven Dahlin9-Sep-04 17:00
Steven Dahlin9-Sep-04 17:00 
GeneralRe: not detecting local MSDE Pin
Christian Graus9-Sep-04 17:28
protectorChristian Graus9-Sep-04 17:28 
GeneralExtremely slow performance of OleDbDataAdapter.Fill method Pin
rotarinn9-Sep-04 7:05
rotarinn9-Sep-04 7:05 
GeneralRe: Extremely slow performance of OleDbDataAdapter.Fill method Pin
rotarinn9-Sep-04 8:21
rotarinn9-Sep-04 8:21 
QuestionReading From Procedures? Pin
Sumit Domyan9-Sep-04 2:53
Sumit Domyan9-Sep-04 2:53 
AnswerRe: Reading From Procedures? Pin
Colin Angus Mackay9-Sep-04 3:20
Colin Angus Mackay9-Sep-04 3:20 
GeneralRe: Reading From Procedures? Pin
Sumit Domyan9-Sep-04 18:55
Sumit Domyan9-Sep-04 18:55 
GeneralDTS packages Pin
Sudee8-Sep-04 22:42
Sudee8-Sep-04 22:42 
GeneralRe: DTS packages Pin
andyharman12-Sep-04 1:50
professionalandyharman12-Sep-04 1:50 
GeneralStored Procedure Pin
Goodway8-Sep-04 4:35
Goodway8-Sep-04 4:35 
GeneralRe: Stored Procedure Pin
Colin Angus Mackay8-Sep-04 5:06
Colin Angus Mackay8-Sep-04 5:06 
GeneralSQL server logs Pin
Imtiaz Murtaza8-Sep-04 2:08
Imtiaz Murtaza8-Sep-04 2:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.