Click here to Skip to main content
16,005,206 members
Home / Discussions / Database
   

Database

 
GeneralBackup Oracle Pin
Nguyen Huynh Hung13-Feb-03 3:10
Nguyen Huynh Hung13-Feb-03 3:10 
GeneralRe: Backup Oracle Pin
Mark Conger14-Feb-03 0:33
Mark Conger14-Feb-03 0:33 
GeneralADO and ADOX Pin
Miguel Segarra12-Feb-03 8:26
Miguel Segarra12-Feb-03 8:26 
GeneralRe: ADO and ADOX Pin
Rickard Andersson2013-Feb-03 0:37
Rickard Andersson2013-Feb-03 0:37 
GeneralDataSet query Pin
Shaun Wilde11-Feb-03 23:46
Shaun Wilde11-Feb-03 23:46 
GeneralRe: DataSet query Pin
Mazdak12-Feb-03 1:10
Mazdak12-Feb-03 1:10 
GeneralRe: DataSet query Pin
Shaun Wilde12-Feb-03 1:26
Shaun Wilde12-Feb-03 1:26 
GeneralRe: DataSet query Pin
Bruce Duncan12-Feb-03 7:04
Bruce Duncan12-Feb-03 7:04 
How about

myListBox.DataTextField = mds.TheTable.TextColumn.ColumnName;
myListBox.DataValueField = mds.TheTable.IDColumn.ColumnName;


Replacing TheTable with whatever your table is named.

It seems to work in the quick test app I threw together.

DataSet1 o = new DataSet1();
MessageBox.Show( o.Staging.DescriptionColumn.ColumnName );


Displays a message box with 'Description' in it.



Bruce Duncan, CP#9088, CPUA 0xA1EE, Sonork 100.10030
Blackadder: Baldrick, have you no idea what irony is?
Baldrick: Yeah, it's like goldy and bronzy only it's made of iron.


GeneralRe: DataSet query Pin
Shaun Wilde12-Feb-03 22:12
Shaun Wilde12-Feb-03 22:12 
GeneralRe: DataSet query Pin
Bruce Duncan13-Feb-03 7:12
Bruce Duncan13-Feb-03 7:12 
GeneralColumn number in SELECT Pin
Mazdak11-Feb-03 23:08
Mazdak11-Feb-03 23:08 
GeneralRe: Column number in SELECT Pin
andyharman11-Feb-03 23:31
professionalandyharman11-Feb-03 23:31 
GeneralRe: Column number in SELECT Pin
Mazdak12-Feb-03 1:05
Mazdak12-Feb-03 1:05 
GeneralUsing Group By Properly Pin
perlmunger11-Feb-03 18:55
perlmunger11-Feb-03 18:55 
GeneralRe: Using Group By Properly Pin
Richard Deeming11-Feb-03 23:44
mveRichard Deeming11-Feb-03 23:44 
GeneralRe: Using Group By Properly Pin
andyharman11-Feb-03 23:45
professionalandyharman11-Feb-03 23:45 
GeneralRe: Using Group By Properly Pin
perlmunger12-Feb-03 2:54
perlmunger12-Feb-03 2:54 
GeneralRe: Using Group By Properly Pin
andyharman12-Feb-03 4:27
professionalandyharman12-Feb-03 4:27 
GeneralRe: Using Group By Properly Pin
perlmunger12-Feb-03 6:03
perlmunger12-Feb-03 6:03 
GeneralRe: Using Group By Properly Pin
andyharman12-Feb-03 23:51
professionalandyharman12-Feb-03 23:51 
GeneralRe: Using Group By Properly Pin
perlmunger13-Feb-03 5:18
perlmunger13-Feb-03 5:18 
GeneralRe: Using Group By Properly Pin
andyharman13-Feb-03 6:18
professionalandyharman13-Feb-03 6:18 
Generalexception when call (recordset.open "select * from db where ID='aa'") Pin
rxl11-Feb-03 5:57
rxl11-Feb-03 5:57 
GeneralRemote DataSet Pin
Amir Harel10-Feb-03 22:13
Amir Harel10-Feb-03 22:13 
Generaltrouble concatenating a SQL string that returns @token on-the-fly. Pin
devvvy10-Feb-03 21:39
devvvy10-Feb-03 21:39 

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.