in reply to Re: Re: Re: Re: Batch DB query -- implementation?
in thread Batch DB query -- implementation?

That's correct, you are using bind variables.

Another way to do it, if you really find that network is killing you, is to use whatever batch loader your database provides and just have perl generate the correct file format to feed it.

  • Comment on Re(4): Batch DB query -- implementation?