Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
GeneralRe: previous record problem Pin
Edbert P14-Mar-04 18:31
Edbert P14-Mar-04 18:31 
GeneralRe: previous record problem Pin
dishanf14-Mar-04 21:42
dishanf14-Mar-04 21:42 
QuestionWindowpanel for a mdi programm? Pin
Franz Pentenrieder14-Mar-04 15:43
Franz Pentenrieder14-Mar-04 15:43 
AnswerRe: Windowpanel for a mdi programm? Pin
Heath Stewart15-Mar-04 4:02
protectorHeath Stewart15-Mar-04 4:02 
GeneralOpen ACCESS DataBase Pin
Snowjim14-Mar-04 13:46
Snowjim14-Mar-04 13:46 
GeneralRe: Open ACCESS DataBase Pin
mil_an14-Mar-04 15:09
mil_an14-Mar-04 15:09 
GeneralRe: Open ACCESS DataBase Pin
Snowjim14-Mar-04 23:29
Snowjim14-Mar-04 23:29 
GeneralRe: Open ACCESS DataBase Pin
Snowjim14-Mar-04 23:32
Snowjim14-Mar-04 23:32 
It workt well =)

But now i have an other problem

OleDbCommand com = new OleDbCommand("INSERT INTO Medelande" +<br />
														"(id, Medelande) " +<br />
														"VALUES (2,'kalle')", conn);<br />
					int i = com.ExecuteNonQuery();<br />
					this.txtMessage.Text = i.ToString();


It says that i need to use a qustion that can update?? what do the mean with that?

And if ID is i counter i could live it out right? it will get a value by the counter

//JImmy
GeneralRe: Open ACCESS DataBase Pin
Heath Stewart15-Mar-04 4:00
protectorHeath Stewart15-Mar-04 4:00 
GeneralDataGrid Sorting - XSD not working Pin
jazzle14-Mar-04 11:51
jazzle14-Mar-04 11:51 
GeneralRe: DataGrid Sorting - XSD not working Pin
Heath Stewart15-Mar-04 3:56
protectorHeath Stewart15-Mar-04 3:56 
GeneralRe: DataGrid Sorting - XSD not working Pin
jazzle15-Mar-04 23:00
jazzle15-Mar-04 23:00 
GeneralUsing an unmanaged C++ dll in my C# app Pin
granderson14-Mar-04 9:06
granderson14-Mar-04 9:06 
GeneralRe: Using an unmanaged C++ dll in my C# app Pin
jazzle14-Mar-04 9:25
jazzle14-Mar-04 9:25 
GeneralRe: Using an unmanaged C++ dll in my C# app Pin
Mazdak14-Mar-04 9:30
Mazdak14-Mar-04 9:30 
GeneralRe: Using an unmanaged C++ dll in my C# app Pin
Heath Stewart15-Mar-04 3:50
protectorHeath Stewart15-Mar-04 3:50 
GeneralRe: Using an unmanaged C++ dll in my C# app Pin
Nemanja Trifunovic15-Mar-04 5:27
Nemanja Trifunovic15-Mar-04 5:27 
QuestionDirectX Question???? Pin
SherKar14-Mar-04 8:10
SherKar14-Mar-04 8:10 
AnswerRe: DirectX Question???? Pin
Dave Kreskowiak14-Mar-04 12:24
mveDave Kreskowiak14-Mar-04 12:24 
AnswerRe: DirectX Question???? Pin
Heath Stewart15-Mar-04 3:47
protectorHeath Stewart15-Mar-04 3:47 
GeneralSend SMS usign C# Pin
shanaka14-Mar-04 3:00
shanaka14-Mar-04 3:00 
GeneralRe: Send SMS usign C# Pin
Dave Kreskowiak14-Mar-04 6:36
mveDave Kreskowiak14-Mar-04 6:36 
GeneralProbblem with refrencing DLLs Pin
CWIZO14-Mar-04 2:50
CWIZO14-Mar-04 2:50 
GeneralRe: Probblem with refrencing DLLs Pin
Heath Stewart15-Mar-04 3:43
protectorHeath Stewart15-Mar-04 3:43 
GeneralRe: Probblem with refrencing DLLs Pin
CWIZO16-Mar-04 9:46
CWIZO16-Mar-04 9:46 

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.