Click here to Skip to main content
15,906,628 members
Home / Discussions / C#
   

C#

 
QuestionI did my home but need some tuning Pin
netJP12L15-Jun-08 16:09
netJP12L15-Jun-08 16:09 
AnswerRe: I did my home but need some tuning Pin
AB777115-Jun-08 16:23
AB777115-Jun-08 16:23 
AnswerRe: I did my home but need some tuning Pin
Christian Graus15-Jun-08 16:35
protectorChristian Graus15-Jun-08 16:35 
GeneralRe: I did my home but need some tuning Pin
netJP12L15-Jun-08 16:47
netJP12L15-Jun-08 16:47 
GeneralRe: I did my home but need some tuning Pin
AB777115-Jun-08 17:53
AB777115-Jun-08 17:53 
GeneralRe: I did my home but need some tuning Pin
netJP12L16-Jun-08 4:56
netJP12L16-Jun-08 4:56 
GeneralRe: I did my home but need some tuning Pin
AB777116-Jun-08 14:36
AB777116-Jun-08 14:36 
Questionupdating error using oledbcommandbuilder Pin
ginji2015-Jun-08 15:16
ginji2015-Jun-08 15:16 
hello!!!

could someone tell me what's the problem with my code..
i got this code from www.homeandlearn.co.uk..
I got some error when I edited the records on drow2[1] it says<code>syntax error in update statement</code>
<code>
//for update

System.Data.Oledb.OledbCommandBuilder cb;
cb = new System.Data.Oledb.OledbCommandBuilder(da);

System.Data.DataRow drow2 = ds1.Tables["login"].Rows[inc];
drow2[0] =textbox1.Text;
drow2[1] =textbox2.Text;

d.Update(ds1,"login");
</code>
thanks;

Ginji Amano
AnswerRe: updating error using oledbcommandbuilder Pin
Christian Graus15-Jun-08 15:18
protectorChristian Graus15-Jun-08 15:18 
GeneralRe: updating error using oledbcommandbuilder Pin
ginji2015-Jun-08 17:30
ginji2015-Jun-08 17:30 
Questionout variable assignment Pin
George_George15-Jun-08 15:13
George_George15-Jun-08 15:13 
AnswerRe: out variable assignment Pin
Christian Graus15-Jun-08 15:17
protectorChristian Graus15-Jun-08 15:17 
GeneralRe: out variable assignment Pin
George_George15-Jun-08 15:25
George_George15-Jun-08 15:25 
GeneralRe: out variable assignment Pin
Christian Graus15-Jun-08 15:27
protectorChristian Graus15-Jun-08 15:27 
GeneralRe: out variable assignment Pin
George_George15-Jun-08 15:49
George_George15-Jun-08 15:49 
GeneralRe: out variable assignment Pin
S. Senthil Kumar15-Jun-08 18:16
S. Senthil Kumar15-Jun-08 18:16 
GeneralRe: out variable assignment Pin
George_George15-Jun-08 18:51
George_George15-Jun-08 18:51 
GeneralRe: out variable assignment Pin
S. Senthil Kumar15-Jun-08 19:03
S. Senthil Kumar15-Jun-08 19:03 
GeneralRe: out variable assignment Pin
George_George15-Jun-08 19:14
George_George15-Jun-08 19:14 
GeneralRe: out variable assignment Pin
S. Senthil Kumar15-Jun-08 19:34
S. Senthil Kumar15-Jun-08 19:34 
GeneralRe: out variable assignment Pin
George_George15-Jun-08 19:38
George_George15-Jun-08 19:38 
AnswerRe: out variable assignment Pin
leppie15-Jun-08 19:06
leppie15-Jun-08 19:06 
QuestionSend Keys from WebApp to WinForms Pin
willybt8815-Jun-08 12:48
willybt8815-Jun-08 12:48 
AnswerRe: Send Keys from WebApp to WinForms Pin
Christian Graus15-Jun-08 12:58
protectorChristian Graus15-Jun-08 12:58 
Questionsimple regular expression problem Pin
Stephen Po15-Jun-08 11:55
Stephen Po15-Jun-08 11:55 

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.