Click here to Skip to main content
15,899,013 members
Home / Discussions / C#
   

C#

 
AnswerRe: Control to use Pin
Ajay.k_Singh12-Jun-08 23:37
Ajay.k_Singh12-Jun-08 23:37 
AnswerRe: Control to use Pin
DaveyM6913-Jun-08 3:55
professionalDaveyM6913-Jun-08 3:55 
QuestionIE ToolBar Pin
jekak12-Jun-08 21:39
jekak12-Jun-08 21:39 
AnswerRe: IE ToolBar Pin
Simon P Stevens12-Jun-08 22:55
Simon P Stevens12-Jun-08 22:55 
Question[Message Deleted] Pin
ginji2012-Jun-08 21:35
ginji2012-Jun-08 21:35 
AnswerRe: updating and deleting records in the database Pin
Harvey Saayman12-Jun-08 22:39
Harvey Saayman12-Jun-08 22:39 
GeneralRe: updating and deleting records in the database Pin
ginji2013-Jun-08 15:39
ginji2013-Jun-08 15:39 
Questionoledbcommandbuilder [modified] Pin
ginji2012-Jun-08 21:19
ginji2012-Jun-08 21:19 
dear friends,

I have problems dealing with adding records to the database using oledbcommandbuilder here is my code which I get from www.homeandlearn.co.uk, its a tutorial site.
the error say error in Insert into sysntax...
this is my code...

<br />
<br />
System.Data.Oledb.OledbCommandBuilder cb;<br />
cb = new System.Data.Oledb.OledbCommandBuilder (da);<br />
<br />
DataRow drow = ds1.Table["login"].NewRow(); //ds1 is dataset<br />
drow[0]=textbox1.Text;<br />
drow[1]=textbox2.text;<br />
<br />
ds1.Tables["login"].Rows.Add(drow);<br />
<br />
MaxRows = MaxRows + 1;<br />
inc = Maxrows - 1;<br />
<br />
da.Update(ds1,"login");<br />
<br />


this is for windows application..

thanks!!

ginji Amano

modified on Friday, June 13, 2008 3:56 AM

Questionmaster page in asp.net Pin
Bhim Prakash Singh12-Jun-08 20:25
Bhim Prakash Singh12-Jun-08 20:25 
QuestionMove Files in FTP Pin
Tiger45612-Jun-08 20:04
Tiger45612-Jun-08 20:04 
AnswerRe: Move Files in FTP Pin
Bhim Prakash Singh12-Jun-08 20:34
Bhim Prakash Singh12-Jun-08 20:34 
GeneralRe: Move Files in FTP Pin
Tiger45613-Jun-08 0:13
Tiger45613-Jun-08 0:13 
GeneralRe: Move Files in FTP Pin
Member 404210320-Jan-10 23:02
Member 404210320-Jan-10 23:02 
QuestionHow to send PJL Command to USB connected Printer in c# [modified] PinPopular
Rajesh_K_Sharma12-Jun-08 19:22
Rajesh_K_Sharma12-Jun-08 19:22 
QuestionReg. Interface Pin
Siva1912-Jun-08 18:34
Siva1912-Jun-08 18:34 
AnswerRe: Reg. Interface Pin
Christian Graus12-Jun-08 18:39
protectorChristian Graus12-Jun-08 18:39 
GeneralRe: Reg. Interface Pin
Siva1912-Jun-08 19:08
Siva1912-Jun-08 19:08 
GeneralRe: Reg. Interface Pin
Christian Graus12-Jun-08 19:31
protectorChristian Graus12-Jun-08 19:31 
QuestionCurrent Function/Property Name Using Reflection Pin
Shajeel12-Jun-08 18:01
Shajeel12-Jun-08 18:01 
AnswerRe: Current Function/Property Name Using Reflection Pin
Roger Alsing12-Jun-08 20:20
Roger Alsing12-Jun-08 20:20 
QuestionRe: Current Function/Property Name Using Reflection Pin
Shajeel12-Jun-08 20:22
Shajeel12-Jun-08 20:22 
AnswerRe: Current Function/Property Name Using Reflection Pin
Roger Alsing12-Jun-08 20:37
Roger Alsing12-Jun-08 20:37 
GeneralRe: Current Function/Property Name Using Reflection Pin
Shajeel12-Jun-08 22:31
Shajeel12-Jun-08 22:31 
QuestionCan Resharper find unused public members??? Pin
Member 391904912-Jun-08 14:47
Member 391904912-Jun-08 14:47 
AnswerRe: Can Resharper find unused public members??? Pin
Christian Graus12-Jun-08 15:30
protectorChristian Graus12-Jun-08 15:30 

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.