Datatable

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
 
C

Cor Ligthert

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
 
C

Cor Ligthert

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
 
J

Jon Skeet [C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top