Click here to Skip to main content
15,900,511 members
Home / Discussions / Database
   

Database

 
GeneralRe: Bizzare SQL Query Problem Pin
Tristan Rhodes11-Nov-04 6:06
Tristan Rhodes11-Nov-04 6:06 
GeneralNever Mind - Solved It Pin
Tristan Rhodes11-Nov-04 8:30
Tristan Rhodes11-Nov-04 8:30 
GeneralRe: Never Mind - Solved It Pin
Christian Graus11-Nov-04 9:03
protectorChristian Graus11-Nov-04 9:03 
GeneralRe: Bizzare SQL Query Problem Pin
Michael Potter11-Nov-04 10:16
Michael Potter11-Nov-04 10:16 
GeneralExcel data type problem Pin
@LX10-Nov-04 4:42
@LX10-Nov-04 4:42 
Generalbuild a cbo box Pin
skicrud10-Nov-04 3:53
skicrud10-Nov-04 3:53 
GeneralRe: build a cbo box Pin
Mekong River10-Nov-04 4:00
Mekong River10-Nov-04 4:00 
GeneralRe: build a cbo box Pin
Gavin Jeffrey10-Nov-04 5:08
Gavin Jeffrey10-Nov-04 5:08 
Dont exactly know what you are trying to do here but shouldn't you instead of putting executeNonQuery() put in executeReader()??
I dont know what the do loop is for either??
Try filling a datatable or dataset with you adapter i.e oledbDataAdapter1.fill(myDatatable)
then use your datatable to fill your comboBox ie.
comboBox1.datasource = myDataTable
comboBox1.valueMember = "hotelID"
comboBox1.displayMember = "Location"
ComboBox1.DataBind()

Something like that anyways.

GeneralUrgent about connection to MSDE 2000 Pin
wk_vigorous10-Nov-04 3:26
wk_vigorous10-Nov-04 3:26 
GeneralRe: Urgent about connection to MSDE 2000 Pin
Mekong River10-Nov-04 4:06
Mekong River10-Nov-04 4:06 
GeneralRe: Urgent about connection to MSDE 2000 Pin
wk_vigorous10-Nov-04 5:53
wk_vigorous10-Nov-04 5:53 
GeneralRe: Urgent about connection to MSDE 2000 Pin
Richard Deeming10-Nov-04 7:42
mveRichard Deeming10-Nov-04 7:42 
GeneralRe: Urgent about connection to MSDE 2000 Pin
wk_vigorous10-Nov-04 22:56
wk_vigorous10-Nov-04 22:56 
GeneralA couple of SQLXML issues Pin
RichardGrimmer9-Nov-04 22:03
RichardGrimmer9-Nov-04 22:03 
GeneralA custom key Pin
totig9-Nov-04 21:56
totig9-Nov-04 21:56 
GeneralRe: A custom key Pin
Mekong River10-Nov-04 4:14
Mekong River10-Nov-04 4:14 
GeneralRe: A custom key Pin
totig10-Nov-04 19:26
totig10-Nov-04 19:26 
GeneralRe: A custom key Pin
Colin Angus Mackay10-Nov-04 6:53
Colin Angus Mackay10-Nov-04 6:53 
QuestionHow to update record Pin
Mekong River9-Nov-04 17:20
Mekong River9-Nov-04 17:20 
AnswerRe: How to update record Pin
Mekong River9-Nov-04 17:46
Mekong River9-Nov-04 17:46 
Generalado and radio button Pin
skicrud9-Nov-04 6:06
skicrud9-Nov-04 6:06 
GeneralRe: ado and radio button Pin
Mekong River9-Nov-04 14:28
Mekong River9-Nov-04 14:28 
GeneralDAO and transactions Pin
calliscope9-Nov-04 5:34
calliscope9-Nov-04 5:34 
Generalusing SQL Distinct Pin
Ahmed Galal9-Nov-04 2:44
Ahmed Galal9-Nov-04 2:44 
GeneralRe: using SQL Distinct Pin
Colin Angus Mackay9-Nov-04 10:42
Colin Angus Mackay9-Nov-04 10:42 

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.