I am using C# and ADO.NET to acess the database. I have a Hashtable
that contains all the Steps wich should be insterted (100-10000). I
suppose it is a bad idea to create one big instertion command (as
string) and the do a OleDbCommand.ExecuteNonQuery() ? How can I insert
all at once in a clever way by using ADO.NET ?