Does MySqlBulkLoader ignore MySqlTransaction
Posted by: Werner Wolf
Date: May 07, 2009 03:08PM

Hi!

I've written a c# method that reads data from a local database,
writes the data in a csv-file on the local harddisk
and loads this file with MySqlBulkLoader to a remote database.

In bulkloader.cs is only this line:
MySqlCommand cmd = new MySqlCommand(sql, Connection);
and not
MySqlCommand cmd = new MySqlCommand(sql, Connection, Transaction);

Is it possible that the bulk loader doesn't use the transaction
that is created before on this Connection with Connection.BeginTransaction()?



Edited 1 time(s). Last edit at 05/07/2009 03:51PM by Werner Wolf.

Options: ReplyQuote


Subject
Written By
Posted
Does MySqlBulkLoader ignore MySqlTransaction
May 07, 2009 03:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.