in reply to how to do a big database transactions

Wat would be the best way..?

How many way are there to do it? If you can name all the ways, I'll pick the best one

but using DBI'S prepare() ,execute can we do the above operations at once?

What does "at once" mean to you?

If yes how? ..plz answer!

See DBI its full of examples; See also Tutorials->Database Programming->DBI recipes, its like stuff from the DBI docs (the examples)

  • Comment on Re: how to do a big database transactions

Replies are listed 'Best First'.
Re^2: how to do a big database transactions
by littlemonk (Sexton) on Mar 27, 2014 at 03:23 UTC
    thank you .. i'll definitely see those examples!