Click here to Skip to main content
15,890,186 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Would like your advice about... Pin
Not Active30-Sep-11 10:09
mentorNot Active30-Sep-11 10:09 
AnswerRe: Would like your advice about... Pin
Eddy Vluggen30-Sep-11 10:48
professionalEddy Vluggen30-Sep-11 10:48 
GeneralRe: Would like your advice about... Pin
Not Active30-Sep-11 12:00
mentorNot Active30-Sep-11 12:00 
GeneralRe: Would like your advice about... Pin
Eddy Vluggen30-Sep-11 21:01
professionalEddy Vluggen30-Sep-11 21:01 
AnswerRe: Would like your advice about... Pin
Abhinav S30-Sep-11 18:20
Abhinav S30-Sep-11 18:20 
GeneralRe: Would like your advice about... Pin
Richard MacCutchan30-Sep-11 21:28
mveRichard MacCutchan30-Sep-11 21:28 
AnswerRe: Would like your advice about... Pin
jschell1-Oct-11 10:32
jschell1-Oct-11 10:32 
QuestionUpdate Data into Database with DataAdapter Pin
Naunt26-Sep-11 18:49
Naunt26-Sep-11 18:49 
Hi all,

Please assist, When I try to assign a DataTable to a Table that existed in Dataset I got this error : " Property 'Item' is 'ReadOnly'."

The Scenario is:
After select from TableB with conditions if have got Data then Insert Into TableA.

VB
Dim dTable As New DataTable
Dim ds As New DataSet
Dim dAdp As New OdbcDataAdapter("Select Top 1 * From TableA Where 1<>1 ", ODBCcon)
dAdp.Fill(ds, "TableA")

sQuery = "Select * From TableB Where ...."
dTable = SSLGetDataTable(sQuery)
If dTable.Rows.Count > 0 Then
	ds.Tables("TableA") = dTable
        dAdp.Update(ds, "TableA")
End If


Thanks and Best Regards
AnswerRe: Update Data into Database with DataAdapter Pin
RichardGrimmer29-Sep-11 6:18
RichardGrimmer29-Sep-11 6:18 
QuestionHow To Open and Use VSTO word document in Winform? Pin
Hamid Noahdi25-Sep-11 20:08
Hamid Noahdi25-Sep-11 20:08 
AnswerCross post Pin
Pete O'Hanlon25-Sep-11 20:41
mvePete O'Hanlon25-Sep-11 20:41 
QuestionHow can we restrict a user from changing the download path url's fine name. Pin
Member 825992122-Sep-11 11:22
Member 825992122-Sep-11 11:22 
AnswerRe: How can we restrict a user from changing the download path url's fine name. Pin
TheGreatAndPowerfulOz22-Sep-11 12:32
TheGreatAndPowerfulOz22-Sep-11 12:32 
AnswerRe: How can we restrict a user from changing the download path url's fine name. Pin
Dalek Dave25-Sep-11 21:37
professionalDalek Dave25-Sep-11 21:37 
QuestionVisual Studio 2010, C# WinForms project and best practices/approach for database-related features Pin
coder3273221-Sep-11 7:23
coder3273221-Sep-11 7:23 
AnswerRe: Visual Studio 2010, C# WinForms project and best practices/approach for database-related features Pin
RobCroll24-Sep-11 11:13
RobCroll24-Sep-11 11:13 
QuestionRestful Service Pin
harinit20-Sep-11 21:37
harinit20-Sep-11 21:37 
AnswerRe: Restful Service Pin
Pete O'Hanlon21-Sep-11 1:58
mvePete O'Hanlon21-Sep-11 1:58 
GeneralRe: Restful Service Pin
harinit21-Sep-11 3:54
harinit21-Sep-11 3:54 
GeneralRe: Restful Service Pin
Pete O'Hanlon21-Sep-11 4:25
mvePete O'Hanlon21-Sep-11 4:25 
GeneralRe: Restful Service Pin
harinit21-Sep-11 4:36
harinit21-Sep-11 4:36 
GeneralRe: Restful Service Pin
Pete O'Hanlon21-Sep-11 4:40
mvePete O'Hanlon21-Sep-11 4:40 
GeneralRe: Restful Service Pin
jschell21-Sep-11 14:26
jschell21-Sep-11 14:26 
QuestionSimple Visual Studio 2010 Question Pin
KFC19720-Sep-11 8:11
KFC19720-Sep-11 8:11 
AnswerRe: Simple Visual Studio 2010 Question Pin
fjdiewornncalwe20-Sep-11 8:17
professionalfjdiewornncalwe20-Sep-11 8:17 

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.