Datatable

  • Thread starter Thread starter Alen Gurovic
  • Start date Start date
A

Alen Gurovic

hello people
Deleted row information cannot be accessed through the row.
"
Is anybody know what is error description
I use sqlcommand for update datatable
on insert and update works fine but when i want to delete row from datatable
i receive error Deleted row information cannot be accessed through the row.
"
Sorry for my english

alen croatia
 
Alan,

I think showing some code of the delete will help to give you an answer.

(Did you know that the most active guy from this newsgroup probably speaks
croatian)

Cor
 
Alan,

*Mistake*

I thought I was sending this from another newsgroup.

That guy I talk about is active in the newsgroup

microsoft.public.dotnet.framework.adonet,

he is active as well in this newsgroup however here seldom.

So maybe you can ask your question as well there, the most of the active
people from this newsgroup are active as well in the adonet newgroup.

Cor
 
Alen Gurovic said:
hello people
Deleted row information cannot be accessed through the row.
"
Is anybody know what is error description
I use sqlcommand for update datatable
on insert and update works fine but when i want to delete row from datatable
i receive error Deleted row information cannot be accessed through the row.
"
Sorry for my english

Could you post a short but complete program which demonstrates the
problem?

See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.
 
Back
Top