Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
GeneralRe: AutoScroll problem with richTextBox? Pin
Snowjim23-Apr-05 12:56
Snowjim23-Apr-05 12:56 
GeneralRe: AutoScroll problem with richTextBox? Pin
Snowjim24-Apr-05 8:44
Snowjim24-Apr-05 8:44 
AnswerRe: AutoScroll problem with richTextBox? Pin
Ashok Dhamija24-Apr-05 19:07
Ashok Dhamija24-Apr-05 19:07 
GeneralRe: AutoScroll problem with richTextBox? Pin
Snowjim26-Apr-05 6:14
Snowjim26-Apr-05 6:14 
Generalcustom data in WS Pin
balkang23-Apr-05 3:29
balkang23-Apr-05 3:29 
Questionhow to update dataset from dataview ? Pin
kings_123-Apr-05 0:07
kings_123-Apr-05 0:07 
AnswerRe: how to update dataset from dataview ? Pin
Polis Pilavas23-Apr-05 5:25
Polis Pilavas23-Apr-05 5:25 
Generalhelp me!!!! Pin
SEAGames2222-Apr-05 23:59
SEAGames2222-Apr-05 23:59 
This is my code:

this.oracleConnection1.ConnectionString = "user id=HMS;data source=HMS2005;password=HMS";

da = new System.Data.OracleClient.OracleDataAdapter();
cmd = new System.Data.OracleClient.OracleCommand("select A1,A2 from TEST",oracleConnection1);

da.SelectCommand = cmd;
cb = new System.Data.OracleClient.OracleCommandBuilder(da);
daset =new DataSet();
da.Fill(daset);
daset.Tables[0].Rows[0][0]= "123";
da.Update(daset);

So When My program was run . it throw one error and error message is
"Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information."

Help me!!!!!!!!!!D'Oh! | :doh:

GeneralRe: help me!!!! Pin
Colin Angus Mackay23-Apr-05 0:33
Colin Angus Mackay23-Apr-05 0:33 
Generalmail api Pin
abandito22-Apr-05 23:53
abandito22-Apr-05 23:53 
GeneralSearch Pin
vuthaianh22-Apr-05 23:33
vuthaianh22-Apr-05 23:33 
GeneralRe: Search Pin
Polis Pilavas23-Apr-05 5:32
Polis Pilavas23-Apr-05 5:32 
GeneralRe: Search Pin
Anonymous24-Apr-05 1:44
Anonymous24-Apr-05 1:44 
GeneralRe: Search Pin
vuthaianh24-Apr-05 13:16
vuthaianh24-Apr-05 13:16 
GeneralFile/Folder properties for multiple files Pin
Anonymous22-Apr-05 17:46
Anonymous22-Apr-05 17:46 
GeneralRe: File/Folder properties for multiple files Pin
leppie22-Apr-05 20:36
leppie22-Apr-05 20:36 
GeneralRe: File/Folder properties for multiple files Pin
Anonymous23-Apr-05 4:22
Anonymous23-Apr-05 4:22 
GeneralThreading Problem Pin
ACorbs22-Apr-05 16:41
ACorbs22-Apr-05 16:41 
GeneralRe: Threading Problem Pin
S. Senthil Kumar22-Apr-05 22:25
S. Senthil Kumar22-Apr-05 22:25 
GeneralRe: Threading Problem Pin
ACorbs23-Apr-05 17:06
ACorbs23-Apr-05 17:06 
Generalcalculate grade point average for 2 students Pin
keithbg22-Apr-05 16:21
keithbg22-Apr-05 16:21 
GeneralRe: calculate grade point average for 2 students Pin
Dave Kreskowiak22-Apr-05 17:23
mveDave Kreskowiak22-Apr-05 17:23 
GeneralRe: calculate grade point average for 2 students Pin
Christian Graus22-Apr-05 17:49
protectorChristian Graus22-Apr-05 17:49 
GeneralRe: calculate grade point average for 2 students Pin
leppie22-Apr-05 20:58
leppie22-Apr-05 20:58 
GeneralRe: calculate grade point average for 2 students Pin
S. Senthil Kumar22-Apr-05 22:31
S. Senthil Kumar22-Apr-05 22:31 

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.