M
Mary W via DotNetMonster.com
I have an application that is reading a database table and "copying" the data
to the identical table in another database. This table contains a field of
type OLE Object (which contains image, video, etc.). I am using an
OleDbDataReader to retrieve a single record at a time from the source DB. I
copy the retrieved values to a DataSet and then use an OleDbDataAdapter to
insert the new row into the destination DB. This appears to work fine "most
of the time"; however, the application will occasionaly hang on the
dataadapter.UPDATE. No error is given and the application does not respond
to an end request from the windows task manager (Windows XP) -- I have to end
the process.
Any ideas?
Mary
to the identical table in another database. This table contains a field of
type OLE Object (which contains image, video, etc.). I am using an
OleDbDataReader to retrieve a single record at a time from the source DB. I
copy the retrieved values to a DataSet and then use an OleDbDataAdapter to
insert the new row into the destination DB. This appears to work fine "most
of the time"; however, the application will occasionaly hang on the
dataadapter.UPDATE. No error is given and the application does not respond
to an end request from the windows task manager (Windows XP) -- I have to end
the process.
Any ideas?
Mary