Click here to Skip to main content
15,915,864 members
Home / Discussions / C#
   

C#

 
AnswerRe: ASCII code Pin
Guffa17-Apr-07 6:04
Guffa17-Apr-07 6:04 
QuestionInvoke xsd.exe thru code Pin
nikanth17-Apr-07 5:22
nikanth17-Apr-07 5:22 
AnswerRe: Invoke xsd.exe thru code Pin
kubben17-Apr-07 5:38
kubben17-Apr-07 5:38 
GeneralRe: Invoke xsd.exe thru code Pin
nikanth18-Apr-07 2:39
nikanth18-Apr-07 2:39 
GeneralRe: Invoke xsd.exe thru code Pin
kubben18-Apr-07 2:54
kubben18-Apr-07 2:54 
QuestionApp config files Pin
eliea17-Apr-07 5:18
eliea17-Apr-07 5:18 
AnswerRe: App config files Pin
eliea17-Apr-07 5:19
eliea17-Apr-07 5:19 
QuestionCannot get data saved to my SQL dbase Pin
tvance92917-Apr-07 5:01
tvance92917-Apr-07 5:01 
Hi everyone.

I am on the LAST beginner tutorial on MSDN in C#. I have a couple questions.

I am adding to my database with the code :

this.cd_tableTableAdapter.Insert(cdName, cdDescription, image);

this.cd_tableTableAdapter.Fill(this.cdTrackerDataSet.cd_table);


This is SUPPOSED to write to my database and of course it shows up while the app is running, but it NEVER writes it to the database.



I thought I remember from a previous tutorial that I had to do an actual UPDATE on the database to make sure it got written. Is this correct? Can someone help me permanently write this info to my dbase?



Thanks!

AnswerRe: Cannot get data saved to my SQL dbase Pin
mdv11321-Apr-07 10:25
mdv11321-Apr-07 10:25 
QuestionCreating a console typewriter-like program Pin
sharpiesharpie17-Apr-07 5:01
sharpiesharpie17-Apr-07 5:01 
AnswerRe: Creating a console typewriter-like program Pin
girm17-Apr-07 5:23
girm17-Apr-07 5:23 
QuestionSerialization issues with .NET Remoting Pin
mmfranke17-Apr-07 4:16
mmfranke17-Apr-07 4:16 
AnswerRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 4:52
mvePete O'Hanlon17-Apr-07 4:52 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 5:12
mmfranke17-Apr-07 5:12 
GeneralRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 5:20
mvePete O'Hanlon17-Apr-07 5:20 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 5:50
mmfranke17-Apr-07 5:50 
GeneralRe: Serialization issues with .NET Remoting Pin
Pete O'Hanlon17-Apr-07 9:52
mvePete O'Hanlon17-Apr-07 9:52 
GeneralRe: Serialization issues with .NET Remoting Pin
mmfranke17-Apr-07 9:55
mmfranke17-Apr-07 9:55 
QuestionC# Dynamically Named Array (Or arraylists) Pin
bugg_tb17-Apr-07 3:59
bugg_tb17-Apr-07 3:59 
AnswerRe: C# Dynamically Named Array (Or arraylists) Pin
Martin#17-Apr-07 4:39
Martin#17-Apr-07 4:39 
GeneralRe: C# Dynamically Named Array (Or arraylists) Pin
bugg_tb17-Apr-07 5:28
bugg_tb17-Apr-07 5:28 
GeneralRe: C# Dynamically Named Array (Or arraylists) Pin
Martin#17-Apr-07 5:32
Martin#17-Apr-07 5:32 
AnswerRe: C# Dynamically Named Array (Or arraylists) Pin
Vikram A Punathambekar17-Apr-07 4:47
Vikram A Punathambekar17-Apr-07 4:47 
QuestionUserControl and List Pin
Monty217-Apr-07 3:47
Monty217-Apr-07 3:47 
AnswerRe: UserControl and List Pin
sujithkumarsl17-Apr-07 20:06
sujithkumarsl17-Apr-07 20:06 

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.