G
Guest
while i use executeReader method
i take an exception Code 0xc000005
but its general function and sometimes its reading data and after it sent
this error code
SqlCeCommand Kmt= new SqlCeCommand(Sql,AcForm.Baglan);
SqlCeDataReader Read;
Read=Kmt.ExecuteReader();-<< in here
while(Read.Read())
{
i take an exception Code 0xc000005
but its general function and sometimes its reading data and after it sent
this error code
SqlCeCommand Kmt= new SqlCeCommand(Sql,AcForm.Baglan);
SqlCeDataReader Read;
Read=Kmt.ExecuteReader();-<< in here
while(Read.Read())
{