Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
QuestionProtocol Handler C# Pin
thomas mason9-Feb-13 15:44
thomas mason9-Feb-13 15:44 
AnswerRe: Protocol Handler C# Pin
Jibesh9-Feb-13 18:59
professionalJibesh9-Feb-13 18:59 
AnswerRe: Protocol Handler C# Pin
N a v a n e e t h10-Feb-13 2:44
N a v a n e e t h10-Feb-13 2:44 
AnswerRe: Protocol Handler C# Pin
Eddy Vluggen10-Feb-13 6:08
professionalEddy Vluggen10-Feb-13 6:08 
GeneralRe: Protocol Handler C# Pin
thomas mason10-Feb-13 16:11
thomas mason10-Feb-13 16:11 
AnswerRe: Protocol Handler C# Pin
classy_dog10-Feb-13 16:51
classy_dog10-Feb-13 16:51 
AnswerRe: Protocol Handler C# Pin
José Amílcar Casimiro11-Feb-13 3:17
José Amílcar Casimiro11-Feb-13 3:17 
QuestionTableAdapter.Update() doen't work Pin
fheyn9-Feb-13 11:06
fheyn9-Feb-13 11:06 
hi,

i'm using visual c# 2008 xpress, sql srver 2005 xpress
the dataset is ItemDataDS

that's what i do :

SA.ItemDataDSTableAdapters.tblItemDataTableAdapter taItemData;
ItemDataDS ds = new ItemDataDS();
DataTable dt = ds.Tables[tablename];

i create and populate an array of objects ao and do : dt.LoadDataRow(ao,true);
when i check ds (debug) i find the table and in the table i find the data

finally i do : taItemData.Update(ds);

this is done without and error but when i check the db-table no data was written

the TableAdapters insert-, update-, select- and delete-methods work as i added and updated one record with the dataset-designer.
the fill() method also works 'cause this record can be seen in the ds.

any suggestions what i'm doing wrong or what i can do analyze the problem ?
thanks in advance
AnswerRe: TableAdapter.Update() doen't work Pin
OriginalGriff9-Feb-13 11:53
mveOriginalGriff9-Feb-13 11:53 
AnswerRe: TableAdapter.Update() doen't work Pin
Muthuraja Irullandi10-Feb-13 0:09
Muthuraja Irullandi10-Feb-13 0:09 
Questionmultiplication Pin
abhishek9111199-Feb-13 7:35
abhishek9111199-Feb-13 7:35 
AnswerRe: multiplication Pin
Eddy Vluggen9-Feb-13 8:23
professionalEddy Vluggen9-Feb-13 8:23 
GeneralRe: multiplication Pin
PIEBALDconsult9-Feb-13 10:27
mvePIEBALDconsult9-Feb-13 10:27 
GeneralRe: multiplication Pin
abhishek9111199-Feb-13 16:55
abhishek9111199-Feb-13 16:55 
GeneralRe: multiplication Pin
Jibesh9-Feb-13 19:07
professionalJibesh9-Feb-13 19:07 
GeneralRe: multiplication Pin
abhishek9111199-Feb-13 19:21
abhishek9111199-Feb-13 19:21 
GeneralRe: multiplication Pin
Jibesh9-Feb-13 19:23
professionalJibesh9-Feb-13 19:23 
AnswerRe: multiplication Pin
Dave Kreskowiak9-Feb-13 8:25
mveDave Kreskowiak9-Feb-13 8:25 
AnswerRe: multiplication Pin
PIEBALDconsult9-Feb-13 10:26
mvePIEBALDconsult9-Feb-13 10:26 
QuestionHow to change a cs file in an existing project? (to combine different projects) Pin
gibsray9-Feb-13 5:50
gibsray9-Feb-13 5:50 
AnswerRe: How to change a cs file in an existing project? (to combine different projects) Pin
Dave Kreskowiak9-Feb-13 6:22
mveDave Kreskowiak9-Feb-13 6:22 
Questionhow to cache data with dictionary in Pin
mhd.sbt9-Feb-13 4:34
mhd.sbt9-Feb-13 4:34 
GeneralRe: how to cache data with dictionary in Pin
PIEBALDconsult9-Feb-13 5:36
mvePIEBALDconsult9-Feb-13 5:36 
GeneralRe: how to cache data with dictionary in Pin
Eddy Vluggen9-Feb-13 8:25
professionalEddy Vluggen9-Feb-13 8:25 
AnswerRe: how to cache data with dictionary in Pin
Dave Kreskowiak9-Feb-13 6:25
mveDave Kreskowiak9-Feb-13 6:25 

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.