OleDb DataFactory bug. Watch out.
- From: "Bob" <bob@xxxxxxxxxxx>
- Date: Fri, 17 Nov 2006 09:38:07 +1300
Hi,
Using the OleDb factory.
Asked it to insert 4K records into a SQLAnywhere database table.
Runs out of steam at record 244 and starts writing corrupted versions of
243 primary index column until at 248 it hits a variation it has already
written and fails with a non-unique primary index error.
Use a hand rolled OleDb command and the data is written OK. Likewise the SQL
Factory writes the same data to an SQLServer OK.
It is not a race condition as you can step through the failing iteration and
it still fails.
So...
Stay away from the OleDb Data factory until it is repaired.
Bob
.
- Follow-Ups:
- Re: OleDb DataFactory bug. Watch out.
- From: Nicholas Paldino [.NET/C# MVP]
- Re: OleDb DataFactory bug. Watch out.
- Prev by Date: Cannot apply indexing with[] to an expression of type method group
- Next by Date: Re: VS2005 - 64bit - processor
- Previous by thread: Cannot apply indexing with[] to an expression of type method group
- Next by thread: Re: OleDb DataFactory bug. Watch out.
- Index(es):
Relevant Pages
|